.nzk-page-adna3lm,
.nzk-page-adnaadb,
.nzk-page-adnacollege,
.nzk-page-adnauniversity,
[class*="nzk-page-adna20"] {
  --adna-ink: #10243f;
  --adna-muted: #60708a;
  --adna-line: #dbe5f0;
  --adna-soft: #f4f8fc;
  --adna-blue: #1769e0;
  --adna-teal: #00a98f;
  --adna-violet: #7457e8;
  background:
    radial-gradient(circle at 10% 6%, rgba(0, 169, 143, .08), transparent 25rem),
    radial-gradient(circle at 90% 20%, rgba(23, 105, 224, .08), transparent 28rem),
    #f7f9fc;
}

.nzk-adna-page,
.nzk-adna-page *,
.nzk-adna-page *::before,
.nzk-adna-page *::after {
  box-sizing: border-box;
}

.nzk-adna-page {
  width: min(1180px, calc(100% - 28px));
  max-width: 100%;
  margin: 24px auto 46px;
  color: var(--adna-ink);
  direction: rtl;
}

.nzk-adna-page a {
  text-decoration: none;
}

.nzk-adna-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 28px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(6, 19, 49, .25), transparent 55%),
    linear-gradient(135deg, #0b2450 0%, #1769e0 48%, #00a98f 115%);
  box-shadow: 0 22px 60px rgba(16, 52, 104, .2);
}

.nzk-adna-hero::before,
.nzk-adna-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nzk-adna-hero::before {
  width: 300px;
  height: 300px;
  inset: -190px auto auto -70px;
  border: 55px solid rgba(255, 255, 255, .08);
}

.nzk-adna-hero::after {
  width: 180px;
  height: 180px;
  inset: auto 46% -130px auto;
  background: rgba(255, 255, 255, .06);
}

.nzk-adna-hero-copy,
.nzk-adna-hero-mark {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.nzk-adna-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #eaf8ff;
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 700;
}

.nzk-adna-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.nzk-adna-hero p {
  max-width: 780px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.95;
}

.nzk-adna-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.nzk-adna-hero-tags span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 8px 11px;
  border-radius: 10px;
  color: #fff;
  background: rgba(7, 25, 63, .25);
  font-size: 12px;
  font-weight: 700;
}

.nzk-adna-hero-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 36px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 20px 50px rgba(0, 20, 60, .18);
  transform: rotate(-3deg);
}

.nzk-adna-hero-mark span {
  position: absolute;
  top: 24px;
  left: 24px;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  font-weight: 900;
}

.nzk-adna-hero-mark i {
  font-size: 76px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .15));
}

.nzk-adna-pending {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #f5d887;
  border-radius: 26px;
  background: linear-gradient(135deg, #fffdf4, #fff8df);
  box-shadow: 0 16px 38px rgba(118, 82, 10, .08);
}

.nzk-adna-pending-orbit {
  position: absolute;
  inset: -45px auto auto -45px;
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  border: 32px solid rgba(238, 173, 21, .09);
  border-radius: 50%;
  color: rgba(219, 148, 0, .18);
  font-size: 46px;
}

.nzk-adna-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: #815600;
  background: #ffecae;
  font-size: 13px;
  font-weight: 800;
}

.nzk-adna-pending h2 {
  position: relative;
  max-width: 800px;
  margin: 16px 0 8px;
  color: #3d2a05;
  font-size: clamp(23px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1.45;
}

.nzk-adna-pending > p {
  position: relative;
  max-width: 870px;
  margin: 0;
  color: #735d2f;
  font-size: 15px;
  line-height: 2;
}

.nzk-adna-pending-facts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.nzk-adna-pending-facts span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 1px 10px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(156, 113, 15, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .7);
}

.nzk-adna-pending-facts i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #956500;
  background: #fff0bf;
}

.nzk-adna-pending-facts b,
.nzk-adna-pending-facts small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-pending-facts b {
  color: #3d2a05;
  font-size: 14px;
}

.nzk-adna-pending-facts small {
  color: #806b3f;
  font-size: 11px;
}

.nzk-adna-history,
.nzk-adna-years {
  margin-top: 24px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--adna-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(22, 53, 94, .06);
}

.nzk-adna-section-head {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  margin-bottom: 18px;
}

.nzk-adna-section-head > span {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--adna-blue);
  background: #eaf2ff;
}

.nzk-adna-section-head > div {
  display: grid;
  min-width: 0;
}

.nzk-adna-section-head b {
  color: var(--adna-ink);
  font-size: 18px;
  font-weight: 900;
}

.nzk-adna-section-head small {
  margin-top: 3px;
  color: var(--adna-muted);
  font-size: 12px;
  line-height: 1.6;
}

.nzk-adna-history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nzk-adna-history-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--adna-line);
  border-radius: 16px;
  color: var(--adna-ink);
  background: var(--adna-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nzk-adna-history-card:hover {
  border-color: #a7c5ec;
  box-shadow: 0 10px 24px rgba(23, 105, 224, .09);
  transform: translateY(-2px);
}

.nzk-adna-history-card.is-primary {
  border-color: #77d5c6;
  background: linear-gradient(135deg, #edfffb, #f7fffd);
}

.nzk-adna-history-year {
  display: grid;
  place-items: center;
  height: 52px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--adna-blue), var(--adna-violet));
  font-size: 16px;
  font-weight: 900;
}

.nzk-adna-history-card > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.nzk-adna-history-card b {
  color: var(--adna-ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.nzk-adna-history-card small {
  margin-top: 4px;
  color: var(--adna-muted);
  font-size: 11px;
}

.nzk-adna-history-card > i {
  color: var(--adna-blue);
}

.nzk-adna-archive-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #f0d58e;
  border-radius: 17px;
  color: #68490a;
  background: #fff9e9;
}

.nzk-adna-archive-notice > i {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #ffedba;
}

.nzk-adna-archive-notice b {
  font-size: 14px;
}

.nzk-adna-archive-notice p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.nzk-adna-controls {
  margin-top: 20px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--adna-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(22, 53, 94, .06);
}

.nzk-adna-controls-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 18px;
}

.nzk-adna-controls-head > div {
  min-width: 0;
}

.nzk-adna-controls-head span {
  color: var(--adna-teal);
  font-size: 12px;
  font-weight: 800;
}

.nzk-adna-controls-head h2 {
  margin: 3px 0 0;
  color: var(--adna-ink);
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 900;
  line-height: 1.4;
}

.nzk-adna-controls-head > a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 10px;
  color: #b13645;
  background: #fff0f2;
  font-size: 12px;
  font-weight: 800;
}

.nzk-adna-filter-form {
  display: block;
  min-width: 0;
}

.nzk-adna-primary-search {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(170px, .85fr) minmax(175px, .7fr);
  gap: 12px;
  align-items: end;
  min-width: 0;
  padding: 16px;
  border: 1px solid #cddff5;
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0, rgba(23, 105, 224, .08), transparent 18rem),
    linear-gradient(135deg, #f6faff, #fff);
}

.nzk-adna-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
}

.nzk-adna-field > span {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  color: #43546e;
  font-size: 12px;
  font-weight: 800;
}

.nzk-adna-field > span i {
  color: var(--adna-blue);
}

.nzk-adna-field input,
.nzk-adna-field select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 50px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #cedae8;
  border-radius: 13px;
  outline: 0;
  color: var(--adna-ink);
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.nzk-adna-field input:focus,
.nzk-adna-field select:focus {
  border-color: var(--adna-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(23, 105, 224, .1);
}

.nzk-adna-advanced {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #e1e8f1;
  border-radius: 18px;
  background: #f8fafc;
}

.nzk-adna-advanced-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 12px;
}

.nzk-adna-advanced-head > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--adna-ink);
}

.nzk-adna-advanced-head > span i {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  color: var(--adna-violet);
  background: #eeeafd;
}

.nzk-adna-advanced-head b {
  font-size: 13px;
  font-weight: 900;
}

.nzk-adna-advanced-head > small {
  min-width: 0;
  color: var(--adna-muted);
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}

.nzk-adna-advanced-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.nzk-adna-submit {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 8px;
  align-items: center;
  justify-items: start;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--adna-blue), #1457ba);
  box-shadow: 0 10px 22px rgba(23, 105, 224, .2);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.nzk-adna-submit i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  font-size: 15px;
}

.nzk-adna-submit span,
.nzk-adna-submit small {
  min-width: 0;
}

.nzk-adna-submit small {
  color: rgba(255, 255, 255, .72);
  font-size: 8px;
  font-weight: 600;
}

.nzk-adna-form-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 11px;
  padding: 0 4px;
  color: #64748b;
  font-size: 10px;
  line-height: 1.7;
}

.nzk-adna-form-note i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--adna-teal);
}

.nzk-adna-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #cce0fa;
  border-radius: 18px;
  background: linear-gradient(135deg, #f2f7ff, #fbfdff);
}

.nzk-adna-summary-main {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.nzk-adna-summary-main > span {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: var(--adna-blue);
}

.nzk-adna-summary-main > div {
  min-width: 0;
}

.nzk-adna-summary-main small,
.nzk-adna-summary-main b {
  display: block;
}

.nzk-adna-summary-main small {
  color: var(--adna-blue);
  font-size: 11px;
  font-weight: 800;
}

.nzk-adna-summary-main b {
  margin-top: 2px;
  color: var(--adna-ink);
  font-size: 18px;
  font-weight: 900;
}

.nzk-adna-summary-main p {
  margin: 3px 0 0;
  color: var(--adna-muted);
  font-size: 11px;
  line-height: 1.6;
}

.nzk-adna-summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.nzk-adna-summary-stats span {
  display: grid;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(23, 105, 224, .1);
  border-radius: 11px;
  background: #fff;
}

.nzk-adna-summary-stats small,
.nzk-adna-summary-stats b {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-summary-stats small {
  color: var(--adna-muted);
  font-size: 9px;
}

.nzk-adna-summary-stats b {
  margin-top: 3px;
  color: var(--adna-ink);
  font-size: 11px;
}

.nzk-adna-summary-filters {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding-top: 11px;
  border-top: 1px dashed #c9daed;
}

.nzk-adna-summary-filters > i {
  color: var(--adna-blue);
}

.nzk-adna-summary-filters span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 6px 9px;
  border-radius: 999px;
  color: #3f516b;
  background: #fff;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.nzk-adna-summary-filters small {
  color: var(--adna-muted);
  font-size: 9px;
}

.nzk-adna-summary-filters b {
  min-width: 0;
  color: var(--adna-ink);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.nzk-adna-results {
  display: grid;
  gap: 11px;
  min-width: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nzk-adna-result {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 132px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--adna-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(22, 53, 94, .04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nzk-adna-result:hover {
  border-color: #aec9eb;
  box-shadow: 0 13px 30px rgba(22, 53, 94, .09);
  transform: translateY(-2px);
}

.nzk-adna-position {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d9e7f8;
  border-radius: 13px;
  color: var(--adna-blue);
  background: #f1f6fd;
  font-size: 12px;
  font-weight: 900;
}

.nzk-adna-result-main {
  min-width: 0;
}

.nzk-adna-result h2 {
  margin: 0;
  color: var(--adna-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.nzk-adna-college-link {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 100%;
  min-width: 0;
  color: var(--adna-ink);
  transition: color .2s ease;
}

.nzk-adna-college-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-college-link > i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: #8ca1ba;
  font-size: 10px;
  transition: color .2s ease, transform .2s ease;
}

.nzk-adna-college-link:hover {
  color: var(--adna-blue);
}

.nzk-adna-college-link:hover > i {
  color: var(--adna-blue);
  transform: translateX(-3px);
}

.nzk-adna-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  margin-top: 7px;
}

.nzk-adna-badges > span,
.nzk-adna-university-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 5px 8px;
  border-radius: 999px;
  color: #52627a;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.nzk-adna-badges > span i,
.nzk-adna-university-link i {
  flex: 0 0 auto;
  color: var(--adna-teal);
}

.nzk-adna-university-link {
  border: 1px solid #d9e6f6;
  color: #365a83;
  background: #f0f6ff;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.nzk-adna-university-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-university-link .fa-chevron-left {
  margin-right: 2px;
  color: #8099b8;
  font-size: 8px;
}

.nzk-adna-university-link:hover {
  border-color: #b8d0ef;
  color: var(--adna-blue);
  background: #e9f2ff;
}

.nzk-adna-score {
  display: grid;
  min-width: 0;
  padding: 11px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(135deg, #effffb, #f6fffd);
}

.nzk-adna-score small {
  color: #477069;
  font-size: 9px;
  font-weight: 800;
}

.nzk-adna-score strong {
  margin: 1px 0;
  color: #007f6c;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.nzk-adna-score span {
  color: #59827b;
  font-size: 10px;
  font-weight: 800;
}

.nzk-adna-empty {
  display: grid;
  justify-items: center;
  margin-top: 18px;
  padding: 44px 20px;
  border: 1px dashed #c6d5e6;
  border-radius: 22px;
  text-align: center;
  background: #fff;
}

.nzk-adna-empty > span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  color: var(--adna-blue);
  background: #eef5ff;
  font-size: 25px;
}

.nzk-adna-empty h2 {
  margin: 15px 0 4px;
  color: var(--adna-ink);
  font-size: 22px;
  font-weight: 900;
}

.nzk-adna-empty p {
  margin: 0;
  color: var(--adna-muted);
  font-size: 13px;
}

.nzk-adna-empty a {
  margin-top: 15px;
  padding: 9px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--adna-blue);
  font-size: 12px;
  font-weight: 800;
}

.nzk-adna-load-error {
  margin-bottom: 24px;
}

.nzk-adna-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--adna-line);
  border-radius: 18px;
  background: #fff;
}

.nzk-adna-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.nzk-adna-page-links a,
.nzk-adna-page-links > span:not(.nzk-adna-page-dots) {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid #d9e3ee;
  border-radius: 10px;
  color: #42536b;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

.nzk-adna-page-links a:hover {
  border-color: var(--adna-blue);
  color: var(--adna-blue);
}

.nzk-adna-page-links > span.is-current {
  border-color: var(--adna-blue);
  color: #fff;
  background: var(--adna-blue);
  box-shadow: 0 7px 16px rgba(23, 105, 224, .2);
}

.nzk-adna-page-dots {
  padding: 0 3px;
  color: var(--adna-muted);
}

.nzk-adna-page-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

.nzk-adna-page-jump form,
.nzk-adna-page-jump label {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.nzk-adna-page-jump label {
  color: var(--adna-muted);
  font-size: 10px;
  font-weight: 700;
}

.nzk-adna-page-jump select,
.nzk-adna-page-jump input {
  width: 64px;
  max-width: 100%;
  min-width: 0;
  height: 36px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #d2deea;
  border-radius: 9px;
  color: var(--adna-ink);
  background: #f8fafc;
  font-family: inherit;
  font-size: 11px;
}

.nzk-adna-page-jump button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--adna-blue);
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.nzk-adna-year-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nzk-adna-year-group {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--adna-line);
  border-radius: 15px;
  background: var(--adna-soft);
}

.nzk-adna-year-group > strong {
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--adna-ink);
  font-size: 13px;
  font-weight: 900;
}

.nzk-adna-year-group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

.nzk-adna-year-group a {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 9px;
  border: 1px solid #dce5ef;
  border-radius: 9px;
  color: #43536a;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
}

.nzk-adna-year-group a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-year-group a i {
  flex: 0 0 auto;
  color: var(--adna-teal);
}

.nzk-adna-year-group a .fa-clock {
  color: #cf9200;
}

.nzk-adna-year-group a.is-active {
  border-color: var(--adna-blue);
  color: #fff;
  background: var(--adna-blue);
}

.nzk-adna-year-group a.is-active i {
  color: #fff;
}

.nzk-adna-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
  margin: 0 0 12px;
  color: #78879b;
  font-size: 11px;
}

.nzk-adna-breadcrumbs a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--adna-blue);
  font-weight: 800;
}

.nzk-adna-breadcrumbs > i {
  color: #aab5c3;
  font-size: 8px;
}

.nzk-adna-breadcrumbs > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nzk-adna-detail-hero {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 190px;
  gap: 20px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 27px;
  color: #fff;
  background:
    radial-gradient(circle at 7% 15%, rgba(255, 255, 255, .13), transparent 16rem),
    linear-gradient(135deg, #0d2d5d, #1769e0 55%, #04a68e 130%);
  box-shadow: 0 20px 50px rgba(16, 52, 104, .17);
}

.nzk-adna-university-hero {
  background:
    radial-gradient(circle at 7% 15%, rgba(255, 255, 255, .13), transparent 16rem),
    linear-gradient(135deg, #221552, #7158d9 56%, #1769e0 125%);
}

.nzk-adna-detail-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 23px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
  font-size: 30px;
}

.nzk-adna-detail-copy,
.nzk-adna-detail-side {
  min-width: 0;
}

.nzk-adna-detail-kicker {
  display: block;
  margin-bottom: 6px;
  color: #bceeff;
  font-size: 11px;
  font-weight: 800;
}

.nzk-adna-detail-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.nzk-adna-detail-copy > p {
  max-width: 760px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.85;
}

.nzk-adna-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.nzk-adna-detail-tags span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 21, 53, .23);
  font-size: 9px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.nzk-adna-detail-side {
  display: grid;
  justify-items: center;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  text-align: center;
}

.nzk-adna-detail-side small {
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
}

.nzk-adna-detail-side strong {
  margin: 2px 0;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2;
}

.nzk-adna-detail-side span {
  color: #d9f4ff;
  font-size: 10px;
  font-weight: 700;
}

.nzk-adna-parent-university {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 32px;
  gap: 13px;
  align-items: center;
  min-width: 0;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #cdddf2;
  border-radius: 18px;
  color: var(--adna-ink);
  background: linear-gradient(135deg, #f2f7ff, #fff);
  box-shadow: 0 10px 28px rgba(22, 53, 94, .06);
}

.nzk-adna-parent-university > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--adna-violet), var(--adna-blue));
}

.nzk-adna-parent-university > div {
  display: grid;
  min-width: 0;
}

.nzk-adna-parent-university small {
  color: var(--adna-muted);
  font-size: 9px;
}

.nzk-adna-parent-university b {
  margin-top: 2px;
  color: var(--adna-ink);
  font-size: 14px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.nzk-adna-parent-university em {
  margin-top: 3px;
  color: var(--adna-blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.nzk-adna-parent-university > i {
  color: var(--adna-blue);
  transition: transform .2s ease;
}

.nzk-adna-parent-university:hover > i {
  transform: translateX(-3px);
}

.nzk-adna-detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin-top: 16px;
}

.nzk-adna-detail-stats > span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1px 9px;
  align-items: center;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--adna-line);
  border-radius: 15px;
  background: #fff;
}

.nzk-adna-detail-stats i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: var(--adna-blue);
  background: #eaf2ff;
}

.nzk-adna-detail-stats small {
  color: var(--adna-muted);
  font-size: 8px;
}

.nzk-adna-detail-stats b {
  color: var(--adna-ink);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.nzk-adna-detail-section {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 27px);
  border: 1px solid var(--adna-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(22, 53, 94, .06);
}

.nzk-adna-limit-history {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.nzk-adna-limit-record {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 120px 116px;
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 13px;
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  background: #fbfcfe;
}

.nzk-adna-limit-year {
  display: grid;
  justify-items: center;
  padding: 10px 7px;
  border-radius: 12px;
  color: #fff;
  background: var(--adna-ink);
}

.nzk-adna-limit-year small {
  color: rgba(255, 255, 255, .7);
  font-size: 8px;
}

.nzk-adna-limit-year b {
  font-size: 16px;
  font-weight: 900;
}

.nzk-adna-limit-context {
  min-width: 0;
}

.nzk-adna-limit-context h2 {
  margin: 0;
  color: var(--adna-ink);
  font-size: 14px;
  font-weight: 900;
}

.nzk-adna-limit-context > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.nzk-adna-limit-context span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 999px;
  color: #596a81;
  background: #eef2f7;
  font-size: 8px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.nzk-adna-limit-context span i {
  color: var(--adna-teal);
}

.nzk-adna-limit-score {
  display: grid;
  justify-items: center;
  padding: 9px;
  border-radius: 12px;
  background: #effcf9;
}

.nzk-adna-limit-score small {
  color: #557770;
  font-size: 8px;
}

.nzk-adna-limit-score strong {
  color: #007f6c;
  font-size: 21px;
  font-weight: 900;
}

.nzk-adna-limit-score span {
  color: #527b74;
  font-size: 8px;
  font-weight: 700;
}

.nzk-adna-limit-source {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 39px;
  padding: 8px;
  border: 1px solid #d5e3f5;
  border-radius: 10px;
  color: var(--adna-blue);
  background: #f3f7fd;
  font-size: 9px;
  font-weight: 800;
}

.nzk-adna-university-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--adna-line);
  border-radius: 17px;
  background: #fff;
}

.nzk-adna-university-search label {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  margin: 0;
  border: 1px solid #d4dfeb;
  border-radius: 12px;
  background: #f8fafc;
}

.nzk-adna-university-search label > i {
  color: var(--adna-blue);
  text-align: center;
}

.nzk-adna-university-search input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 4px 0 11px;
  border: 0;
  outline: 0;
  color: var(--adna-ink);
  background: transparent;
  font-family: inherit;
  font-size: 12px;
}

.nzk-adna-university-search button,
.nzk-adna-university-search > a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--adna-blue);
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.nzk-adna-university-search > a {
  color: #a33f4c;
  background: #fff0f2;
}

.nzk-adna-university-colleges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  min-width: 0;
}

.nzk-adna-university-college {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(22, 53, 94, .04);
}

.nzk-adna-university-college-main {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 20px;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  color: var(--adna-ink);
}

.nzk-adna-university-college-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: var(--adna-blue);
  background: #eaf2ff;
}

.nzk-adna-university-college-copy {
  display: grid;
  min-width: 0;
}

.nzk-adna-university-college-copy h2 {
  margin: 0;
  color: var(--adna-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.nzk-adna-university-college-copy small {
  margin-top: 3px;
  color: var(--adna-muted);
  font-size: 8px;
  overflow-wrap: anywhere;
}

.nzk-adna-university-college-main > i {
  color: var(--adna-blue);
}

.nzk-adna-university-college-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  border-top: 1px solid #e4eaf1;
  background: #f7f9fc;
}

.nzk-adna-university-college-foot > span {
  display: grid;
  min-width: 0;
  padding: 9px;
  text-align: center;
}

.nzk-adna-university-college-foot small {
  color: var(--adna-muted);
  font-size: 7px;
}

.nzk-adna-university-college-foot b {
  margin-top: 2px;
  color: var(--adna-ink);
  font-size: 10px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.nzk-adna-university-college-foot em {
  color: #557770;
  font-size: 7px;
  font-style: normal;
}

.nzk-adna-university-pages {
  justify-content: center;
  margin-top: 16px;
}

.nzk-adna-detail-empty h1 {
  margin: 15px 0 4px;
  color: var(--adna-ink);
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .nzk-adna-primary-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nzk-adna-search {
    grid-column: 1 / -1;
  }

  .nzk-adna-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nzk-adna-summary {
    grid-template-columns: 1fr;
  }

  .nzk-adna-pagination {
    grid-template-columns: 1fr;
  }

  .nzk-adna-page-jump {
    justify-content: flex-start;
  }

  .nzk-adna-detail-hero {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .nzk-adna-detail-icon {
    width: 64px;
    height: 64px;
    border-radius: 19px;
  }

  .nzk-adna-detail-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .nzk-adna-detail-side strong {
    font-size: 24px;
  }

  .nzk-adna-detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nzk-adna-limit-record {
    grid-template-columns: 70px minmax(0, 1fr) 110px;
  }

  .nzk-adna-limit-source {
    grid-column: 1 / -1;
    justify-self: end;
    min-width: 140px;
  }
}

@media (max-width: 760px) {
  .nzk-adna-page {
    width: min(100% - 18px, 1180px);
    margin-top: 12px;
  }

  .nzk-adna-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 22px;
  }

  .nzk-adna-hero-mark {
    width: 100%;
    max-width: 170px;
    aspect-ratio: 2 / 1;
    justify-self: start;
    border-radius: 22px;
  }

  .nzk-adna-hero-mark i {
    font-size: 45px;
  }

  .nzk-adna-hero-mark span {
    top: 15px;
    left: 15px;
    font-size: 13px;
  }

  .nzk-adna-pending-facts,
  .nzk-adna-history-grid,
  .nzk-adna-year-groups {
    grid-template-columns: 1fr;
  }

  .nzk-adna-result {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    padding: 13px;
  }

  .nzk-adna-score {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto auto;
    gap: 9px;
    align-items: center;
    text-align: right;
  }

  .nzk-adna-score strong {
    font-size: 20px;
  }

  .nzk-adna-university-colleges {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 540px) {
  .nzk-adna-page {
    width: min(100% - 12px, 1180px);
  }

  .nzk-adna-hero {
    padding: 24px 18px;
  }

  .nzk-adna-hero h1 {
    font-size: 27px;
  }

  .nzk-adna-hero-tags span {
    flex: 1 1 calc(50% - 9px);
    justify-content: center;
  }

  .nzk-adna-pending,
  .nzk-adna-history,
  .nzk-adna-years,
  .nzk-adna-controls {
    padding: 17px;
    border-radius: 19px;
  }

  .nzk-adna-pending-facts {
    gap: 8px;
  }

  .nzk-adna-history-card {
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    gap: 9px;
    padding: 11px;
  }

  .nzk-adna-history-year {
    height: 47px;
    font-size: 14px;
  }

  .nzk-adna-primary-search,
  .nzk-adna-advanced-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nzk-adna-search {
    grid-column: auto;
  }

  .nzk-adna-primary-search,
  .nzk-adna-advanced {
    padding: 12px;
    border-radius: 15px;
  }

  .nzk-adna-advanced-head {
    display: grid;
  }

  .nzk-adna-advanced-head > small {
    text-align: right;
  }

  .nzk-adna-controls-head {
    display: grid;
  }

  .nzk-adna-controls-head > a {
    justify-self: start;
  }

  .nzk-adna-summary-stats {
    grid-template-columns: 1fr;
  }

  .nzk-adna-summary-stats span {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  .nzk-adna-summary-stats b {
    text-align: left;
  }

  .nzk-adna-result {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    border-radius: 14px;
  }

  .nzk-adna-position {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 10px;
  }

  .nzk-adna-result h2 {
    font-size: 13px;
  }

  .nzk-adna-badges > span,
  .nzk-adna-university-link {
    padding: 4px 7px;
    font-size: 9px;
  }

  .nzk-adna-page-links {
    justify-content: center;
  }

  .nzk-adna-page-jump {
    display: grid;
    justify-content: stretch;
  }

  .nzk-adna-page-jump form,
  .nzk-adna-page-jump label {
    width: 100%;
  }

  .nzk-adna-page-jump select,
  .nzk-adna-page-jump input {
    flex: 1 1 auto;
    width: 0;
  }

  .nzk-adna-year-group {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .nzk-adna-detail-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 21px 17px;
    border-radius: 21px;
  }

  .nzk-adna-detail-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 22px;
  }

  .nzk-adna-detail-copy h1 {
    font-size: 24px;
  }

  .nzk-adna-detail-side {
    grid-column: auto;
    width: 100%;
  }

  .nzk-adna-parent-university {
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 11px;
  }

  .nzk-adna-parent-university > span {
    width: 44px;
    height: 44px;
  }

  .nzk-adna-detail-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .nzk-adna-detail-section {
    padding: 14px;
    border-radius: 18px;
  }

  .nzk-adna-limit-record {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .nzk-adna-limit-score {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    justify-items: start;
  }

  .nzk-adna-limit-source {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .nzk-adna-university-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .nzk-adna-university-search button,
  .nzk-adna-university-search > a {
    width: 100%;
  }

  .nzk-adna-university-college-main {
    grid-template-columns: 37px minmax(0, 1fr) 16px;
    gap: 8px;
    padding: 11px;
  }

  .nzk-adna-university-college-icon {
    width: 37px;
    height: 37px;
    border-radius: 11px;
  }

  .nzk-adna-university-college-foot {
    grid-template-columns: minmax(0, 1fr);
  }

  .nzk-adna-university-college-foot > span {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nzk-adna-page *,
  .nzk-adna-page *::before,
  .nzk-adna-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .nzk-adna-page {
    width: 100%;
    margin: 0;
  }

  .nzk-adna-hero {
    border: 1px solid #999;
    color: #111;
    background: #fff;
    box-shadow: none;
  }

  .nzk-adna-hero h1,
  .nzk-adna-hero p {
    color: #111;
  }

  .nzk-adna-result {
    break-inside: avoid;
    box-shadow: none;
  }
}
