
html body #education {
  --edu-rail-gold: var(--gold, #c9a84c);
  --edu-rail-edge: color-mix(in srgb, var(--edu-rail-gold) 34%, var(--border) 66%);
  --edu-rail-glow: color-mix(in srgb, var(--edu-rail-gold) 16%, transparent);
  --edu-rail-surface: color-mix(in srgb, var(--surface) 93%, var(--edu-rail-gold) 7%);
  --edu-video-card-w: clamp(276px, 23vw, 342px);
}

html body #education .featured-videos,
html body #education .edu-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 2px clamp(44px, 7vw, 88px) 18px 2px;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 56px), transparent 100%);

  scrollbar-width: none;
  -ms-overflow-style: none;
}

html body #education .featured-videos:focus-within,
html body #education .edu-grid:focus-within {
  mask-image: none;
  -webkit-mask-image: none;
}

html body #education .featured-videos {
  margin-bottom: clamp(40px, 5vw, 54px) !important;
}

html body #education .edu-grid {
  margin-bottom: clamp(54px, 7vw, 72px) !important;
}


html body #education .a2-edu-video-head {
  margin: 0 0 16px;
  max-width: 760px;
}
html body #education .a2-edu-video-title {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: var(--text);
  margin: 0;
  letter-spacing: .01em;
  font-weight: 400;
}
html body #education .a2-edu-video-sub {
  font-size: 13px;
  color: var(--muted);
  margin: 6px 0 0;
  line-height: 1.6;
}

html body #education .featured-videos::-webkit-scrollbar,
html body #education .edu-grid::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

html body #education .featured-videos::after,
html body #education .edu-grid::after {
  content: "";
  flex: 0 0 clamp(42px, 8vw, 112px);
  scroll-snap-align: end;
}

html body #education .featured-videos .video-embed,
html body #education .edu-grid .video-embed,
html body #education .edu-grid .edu-card {
  flex: 0 0 var(--edu-video-card-w) !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--border) 86%, var(--edu-rail-gold) 14%) !important;
  background: color-mix(in srgb, var(--surface) 96%, transparent) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.032) !important;
  transform: none !important;
  transition:
    border-color .22s ease,
    background-color .22s ease,
    box-shadow .22s ease,
    filter .22s ease,
    opacity .16s ease !important;
}

html body #education .featured-videos .video-embed {
  gap: 12px;
  padding: 12px;
}

html body #education .edu-grid .video-embed {
  gap: 12px;
  padding: 12px;
}

html body #education .edu-grid .edu-card {
  min-height: 100%;
}

html body #education .video-embed-frame,
html body #education .edu-thumb {
  border-radius: 11px !important;
  border-color: color-mix(in srgb, var(--border) 86%, var(--edu-rail-gold) 14%) !important;
  margin-bottom: 14px;
}

html body #education .featured-videos .video-embed .video-embed-frame {
  margin-bottom: 0;
}

html body #education .edu-grid .video-embed .video-embed-frame {
  margin-bottom: 0;
}

html body #education .video-embed-title {
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
}

html body #education .video-embed-sub {
  font-size: .88rem;
  line-height: 1.48;
}

html body #education .edu-card > :not(.edu-thumb) {
  margin-left: 18px;
  margin-right: 18px;
}

html body #education .edu-card > .edu-card-zh {
  margin-top: 18px;
}

html body #education .edu-card > .edu-card-link {
  margin-bottom: 18px;
}

html body #education .edu-card-zh {
  font-size: clamp(1.05rem, 1.28vw, 1.2rem);
}

html body #education .edu-card-en {
  font-size: .78rem;
}

html body #education .edu-card-body {
  font-size: .84rem;
  line-height: 1.52;
  margin-top: 8px;
}

html body #education .edu-card-link {
  margin-top: 10px;
  padding-top: 13px;
}

html body #education .video-embed-play {
  width: 54px;
  height: 54px;
}

html body #education .edu-thumb-play {
  width: 46px;
  height: 46px;
}

html body #education .featured-videos .video-embed:hover,
html body #education .featured-videos .video-embed:focus-visible,
html body #education .edu-grid .video-embed:hover,
html body #education .edu-grid .video-embed:focus-visible,
html body #education .edu-grid .edu-card:hover,
html body #education .edu-grid .edu-card:focus-within {
  border-color: var(--edu-rail-edge) !important;
  background-color: var(--edu-rail-surface) !important;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--edu-rail-gold) 13%, transparent),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 22px var(--edu-rail-glow) !important;
  filter: contrast(1.025) saturate(1.03) !important;
  opacity: 1 !important;
  transform: none !important;
}

html body #education .featured-videos .video-embed:focus-visible,
html body #education .edu-grid .video-embed:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--edu-rail-gold) 58%, transparent) !important;
  outline-offset: -2px !important;
}

html body #education .edu-card :is(a, button):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--edu-rail-gold) 58%, transparent);
  outline-offset: 4px;
}

html body #education .video-embed:hover .video-embed-frame,
html body #education .video-embed:focus-visible .video-embed-frame,
html body #education .edu-card:hover .edu-thumb,
html body #education .edu-card:focus-within .edu-thumb {
  border-color: var(--edu-rail-edge) !important;
}

html body #education .video-embed:hover .video-embed-title,
html body #education .video-embed:focus-visible .video-embed-title,
html body #education .edu-card:hover .edu-card-zh,
html body #education .edu-card:focus-within .edu-card-zh {
  color: color-mix(in srgb, var(--edu-rail-gold) 64%, var(--text) 36%) !important;
  filter: contrast(1.07) saturate(1.05);
}

html body #education .video-embed:hover .video-embed-sub,
html body #education .video-embed:focus-visible .video-embed-sub,
html body #education .edu-card:hover .edu-card-en,
html body #education .edu-card:focus-within .edu-card-en,
html body #education .edu-card:hover .edu-card-body,
html body #education .edu-card:focus-within .edu-card-body {
  color: color-mix(in srgb, var(--muted) 72%, var(--text) 28%) !important;
  opacity: .98;
}

html body #education .video-embed:hover .video-embed-frame img,
html body #education .video-embed:focus-visible .video-embed-frame img,
html body #education .edu-card:hover .edu-thumb img,
html body #education .edu-card:focus-within .edu-thumb img {
  filter: brightness(1.035) contrast(1.045) saturate(1.035) !important;
  transform: none !important;
}

html body #education .video-embed:hover .video-embed-play,
html body #education .video-embed:focus-visible .video-embed-play,
html body #education .edu-card:hover .edu-thumb-play,
html body #education .edu-card:focus-within .edu-thumb-play {
  border-color: var(--edu-rail-edge) !important;
  background: color-mix(in srgb, var(--overlay-bg) 76%, var(--edu-rail-gold) 24%) !important;
  color: var(--text) !important;
  box-shadow: 0 0 18px color-mix(in srgb, var(--edu-rail-gold) 18%, transparent);
  transform: translate(-50%, -50%) !important;
}

html body #education .featured-videos .video-embed:active,
html body #education .edu-grid .video-embed:active,
html body #education .edu-grid .edu-card:active {
  opacity: .9;
  transform: none !important;
}

html.light body #education,
html[data-theme="light"] body #education,
html body.light #education {
  --edu-rail-edge: color-mix(in srgb, var(--edu-rail-gold) 44%, var(--border) 56%);
  --edu-rail-glow: color-mix(in srgb, var(--edu-rail-gold) 18%, transparent);
  --edu-rail-surface: color-mix(in srgb, #fffaf0 82%, var(--edu-rail-gold) 18%);
}

html.light body #education .featured-videos .video-embed,
html.light body #education .edu-grid .video-embed,
html.light body #education .edu-grid .edu-card,
html[data-theme="light"] body #education .featured-videos .video-embed,
html[data-theme="light"] body #education .edu-grid .video-embed,
html[data-theme="light"] body #education .edu-grid .edu-card,
html body.light #education .featured-videos .video-embed,
html body.light #education .edu-grid .video-embed,
html body.light #education .edu-grid .edu-card {
  background-color: color-mix(in srgb, var(--surface) 95%, #fff 5%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.56) !important;
}

html.light body #education .featured-videos .video-embed:hover,
html.light body #education .featured-videos .video-embed:focus-visible,
html.light body #education .edu-grid .video-embed:hover,
html.light body #education .edu-grid .video-embed:focus-visible,
html.light body #education .edu-grid .edu-card:hover,
html.light body #education .edu-grid .edu-card:focus-within,
html[data-theme="light"] body #education .featured-videos .video-embed:hover,
html[data-theme="light"] body #education .featured-videos .video-embed:focus-visible,
html[data-theme="light"] body #education .edu-grid .video-embed:hover,
html[data-theme="light"] body #education .edu-grid .video-embed:focus-visible,
html[data-theme="light"] body #education .edu-grid .edu-card:hover,
html[data-theme="light"] body #education .edu-grid .edu-card:focus-within,
html body.light #education .featured-videos .video-embed:hover,
html body.light #education .featured-videos .video-embed:focus-visible,
html body.light #education .edu-grid .video-embed:hover,
html body.light #education .edu-grid .video-embed:focus-visible,
html body.light #education .edu-grid .edu-card:hover,
html body.light #education .edu-grid .edu-card:focus-within {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--edu-rail-gold) 16%, transparent),
    inset 0 1px 0 rgba(255,255,255,.72),
    0 10px 24px rgba(92,68,26,.10),
    0 0 18px var(--edu-rail-glow) !important;
}

@media (max-width: 700px) {
  html body #education {
    --edu-video-card-w: min(84vw, 390px);
  }

  html body #education .featured-videos,
  html body #education .edu-grid {
    gap: 12px !important;
    padding-right: 14vw;
    margin-bottom: 44px !important;
    scroll-padding-inline: 6px 8px;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%);
  }

  html body #education .featured-videos .video-embed {
    padding: 10px;
  }

  html body #education .edu-grid .video-embed {
    padding: 10px;
  }

  html body #education .edu-card > :not(.edu-thumb) {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #education .featured-videos .video-embed,
  html body #education .edu-grid .video-embed,
  html body #education .edu-grid .edu-card,
  html body #education .video-embed-frame img,
  html body #education .edu-thumb img {
    transition-duration: 1ms !important;
  }
}





html body #education .a2-edu-sites { margin: clamp(8px, 1.5vw, 14px) 0 clamp(54px, 7vw, 80px); }
html body #education .a2-edu-sites-head { margin: 0 0 18px; max-width: 760px; }
html body #education .a2-edu-sites-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}
html body #education .a2-edu-sites-title {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  color: var(--text);
  margin: 0;
  font-weight: 400;
  letter-spacing: .01em;
}
html body #education .a2-edu-sites-sub {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0;
  line-height: 1.6;
}
html body #education .a2-edu-sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}
html body #education .a2-edu-site-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
html body #education .a2-edu-site-card:hover {
  border-color: color-mix(in srgb, var(--gold) 48%, var(--border) 52%);
  transform: translateY(-1px);
}
html body #education .a2-edu-site-card:focus-visible {
  outline: none;
  border-color: color-mix(in srgb, var(--gold) 60%, var(--border) 40%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--gold) 32%, transparent);
}
html body #education .a2-edu-site-cat {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
html body #education .a2-edu-site-name {
  font-family: var(--serif, Georgia, serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text);
  margin: 0;
  line-height: 1.25;
}
html body #education .a2-edu-site-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
html body #education .a2-edu-site-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .04em;
  margin-top: 4px;
}
html body #education .a2-edu-site-cta .icon {
  width: 13px;
  height: 13px;
}


html body #education .a2-prop-rules { margin: 0 0 clamp(64px, 8vw, 96px); }
html body #education .a2-prop-rules-head { margin: 0 0 26px; max-width: 760px; }
html body #education .a2-prop-rules-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}
html body #education .a2-prop-rules-title {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  color: var(--text);
  margin: 0;
  font-weight: 400;
  letter-spacing: .01em;
}
html body #education .a2-prop-rules-sub {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0;
  line-height: 1.6;
}
html body #education .a2-prop-rules-disclaimer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: color-mix(in srgb, var(--gold) 65%, var(--text) 35%);
  background: color-mix(in srgb, var(--gold) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 26%, var(--border) 74%);
  border-radius: 999px;
  padding: 7px 14px;
  margin: 14px 0 0;
  line-height: 1.4;
}
html body #education .a2-prop-rules-disclaimer .icon {
  width: 13px;
  height: 13px;
  color: var(--gold);
  flex-shrink: 0;
}

html body #education .a2-prop-rules-shell {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: start;
}
html body #education .a2-prop-selector {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  position: sticky;
  top: 18px;
}
html body #education .a2-prop-selector-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body #education .a2-prop-selector-label {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
html body #education .a2-prop-firm-row,
html body #education .a2-prop-program-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
html body #education .a2-prop-size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 12px;
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
html body #education .a2-prop-size-btn {
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: .04em;
  flex: 0 0 auto;
}
html body #education .a2-prop-firm-btn:hover,
html body #education .a2-prop-program-btn:hover,
html body #education .a2-prop-size-btn:hover {
  border-color: color-mix(in srgb, var(--gold) 38%, var(--border) 62%);
  color: var(--gold);
}
html body #education .a2-prop-firm-btn:focus-visible,
html body #education .a2-prop-program-btn:focus-visible,
html body #education .a2-prop-size-btn:focus-visible {
  outline: none;
  border-color: color-mix(in srgb, var(--gold) 60%, var(--border) 40%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--gold) 32%, transparent);
}
html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active,
html body #education .a2-prop-size-btn.is-active {
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  border-color: color-mix(in srgb, var(--gold) 58%, var(--border) 42%);
}
html body #education .a2-prop-program-label {
  font-size: 13px;
  font-weight: 700;
}
html body #education .a2-prop-program-type {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
html body #education .a2-prop-program-btn.is-active .a2-prop-program-type {
  color: color-mix(in srgb, var(--gold) 70%, var(--muted) 30%);
}


html body #education .a2-prop-matrix {
  padding: 22px 22px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  min-height: 200px;
}
html body #education .a2-prop-matrix-loading {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
html body #education .a2-prop-matrix-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
html body #education .a2-prop-matrix-firm {
  font-family: var(--serif, Georgia, serif);
  font-size: 1.25rem;
  color: var(--text);
  font-weight: 400;
  letter-spacing: .01em;
}
html body #education .a2-prop-matrix-plan {
  font-size: 13px;
  color: color-mix(in srgb, var(--gold) 65%, var(--text) 35%);
  font-weight: 600;
  letter-spacing: .03em;
}
html body #education .a2-prop-source-note {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--gold) 70%, var(--muted) 30%);
  background: color-mix(in srgb, var(--gold) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--border) 78%);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 700;
  margin-left: auto;
}
html body #education .a2-prop-matrix-link {
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .03em;
  white-space: nowrap;
}
html body #education .a2-prop-matrix-link:hover { text-decoration: underline; }


html body #education .a2-prop-offer-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 32%, var(--border) 68%);
  border-radius: 999px;
  line-height: 1.3;
  white-space: normal;
  word-break: keep-all;
}
html body #education .a2-prop-offer-pill-tag {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--gold) 80%, var(--text) 20%);
  background: color-mix(in srgb, var(--gold) 18%, transparent);
  padding: 1px 6px;
  border-radius: 999px;
}
html body #education .a2-prop-offer-pill-text { color: var(--gold); }


html body #education .a2-prop-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #0c0c0a;
  background: var(--gold);
  border-radius: 999px;
  text-decoration: none;
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.18);
}
html body #education .a2-prop-offer-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(201,168,76,.28);
}
html body #education .a2-prop-offer-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 36%, transparent);
}


html.light body #education .a2-prop-offer-pill,
html[data-theme="light"] body #education .a2-prop-offer-pill,
body.light #education .a2-prop-offer-pill {
  color: var(--a2-prop-gold);
  background: color-mix(in srgb, var(--a2-prop-gold) 12%, #ffffff 88%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 35%, var(--a2-prop-edge) 65%);
}
html.light body #education .a2-prop-offer-pill-tag,
html[data-theme="light"] body #education .a2-prop-offer-pill-tag,
body.light #education .a2-prop-offer-pill-tag {
  color: var(--a2-prop-gold);
  background: color-mix(in srgb, var(--a2-prop-gold) 18%, #ffffff 82%);
}
html.light body #education .a2-prop-offer-pill-text,
html[data-theme="light"] body #education .a2-prop-offer-pill-text,
body.light #education .a2-prop-offer-pill-text {
  color: var(--a2-prop-gold);
}
html.light body #education .a2-prop-offer-cta,
html[data-theme="light"] body #education .a2-prop-offer-cta,
body.light #education .a2-prop-offer-cta {
  color: #fffaf0;
  background: var(--a2-prop-gold);
  box-shadow: 0 1px 3px rgba(140,100,30,.18);
}

@media (max-width: 520px) {
  html body #education .a2-prop-offer-cta {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
html body #education .a2-prop-matrix-meta {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .04em;
  margin-left: 4px;
}


html body #education .a2-prop-kpi-band {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}
html body #education .a2-prop-kpi-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--surface) 90%, var(--text) 10%);
  border: 1px solid var(--border);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  min-height: 76px;
}
html body #education .a2-prop-kpi-tile::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--gold);
  opacity: .55;
}
html body #education .a2-prop-kpi-tile.a2-prop-kpi-danger::before  { background: var(--red);   opacity: .8; }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-warning::before { background: var(--gold);  opacity: .8; }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-good::before    { background: var(--green); opacity: .8; }
html body #education .a2-prop-kpi-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  padding-left: 6px;
}
html body #education .a2-prop-kpi-value {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.25;
  letter-spacing: .01em;
  padding-left: 6px;
  word-break: break-word;
}
html body #education .a2-prop-kpi-tile.a2-prop-kpi-danger  .a2-prop-kpi-value { color: color-mix(in srgb, var(--red)   80%, var(--text) 20%); }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-warning .a2-prop-kpi-value { color: var(--gold); }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-good    .a2-prop-kpi-value { color: color-mix(in srgb, var(--green) 78%, var(--text) 22%); }
html body #education .a2-prop-kpi-value.is-placeholder {
  color: color-mix(in srgb, var(--muted) 70%, var(--gold) 30%);
  font-style: normal;
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 12px;
  letter-spacing: .04em;
}


html body #education .a2-prop-matrix-rows {
  display: flex;
  flex-direction: column;
  background: color-mix(in srgb, var(--surface) 94%, var(--text) 6%);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
html body #education .a2-prop-rule-row {
  display: grid;
  grid-template-columns: minmax(120px, 30%) minmax(0, 1fr);
  gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
  position: relative;
}
html body #education .a2-prop-rule-row:last-child { border-bottom: 0; }
html body #education .a2-prop-rule-row::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: transparent;
}
html body #education .a2-prop-rule-row.a2-prop-rule-danger::before  { background: color-mix(in srgb, var(--red)   55%, transparent); }
html body #education .a2-prop-rule-row.a2-prop-rule-warning::before { background: color-mix(in srgb, var(--gold)  55%, transparent); }
html body #education .a2-prop-rule-row.a2-prop-rule-good::before    { background: color-mix(in srgb, var(--green) 55%, transparent); }
html body #education .a2-prop-rule-row-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
html body #education .a2-prop-rule-row-value {
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-word;
}
html body #education .a2-prop-rule-row.a2-prop-rule-danger  .a2-prop-rule-row-value { color: color-mix(in srgb, var(--red)   80%, var(--text) 20%); }
html body #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-value { color: var(--gold); }
html body #education .a2-prop-rule-row.a2-prop-rule-good    .a2-prop-rule-row-value { color: color-mix(in srgb, var(--green) 78%, var(--text) 22%); }
html body #education .a2-prop-rule-row-value.is-placeholder {
  color: color-mix(in srgb, var(--muted) 70%, var(--gold) 30%) !important;
  font-style: normal;
  font-weight: 500;
}


html body #education .a2-prop-key-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--red) 7%, var(--surface) 93%);
  border: 1px solid color-mix(in srgb, var(--red) 28%, var(--border) 72%);
  border-radius: 10px;
}
html body #education .a2-prop-key-warning-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--red) 70%, var(--text) 30%);
  font-weight: 800;
  flex-shrink: 0;
  padding-top: 2px;
}
html body #education .a2-prop-key-warning-text {
  font-size: 13px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--text) 88%, var(--red) 12%);
  margin: 0;
}


html body #education .a2-prop-source-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--surface) 88%, var(--text) 12%);
  border-radius: 10px;
  border: 1px dashed color-mix(in srgb, var(--border) 70%, var(--muted) 30%);
}
html body #education .a2-prop-source-list-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
html body #education .a2-prop-source-list a {
  font-size: 12px;
  color: var(--gold);
  text-decoration: none;
  word-break: break-all;
  line-height: 1.5;
}
html body #education .a2-prop-source-list a:hover { text-decoration: underline; }
html body #education .a2-prop-rules-footnote {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  max-width: 760px;
}



html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-gold:      #a07428;
  --a2-prop-gold-soft: #c9a84c;
  --a2-prop-ink:       #1a1612;
  --a2-prop-ink-soft:  #4a4137;
  --a2-prop-parchment: #fbf6ec;
  --a2-prop-parchment-2: #f4ecdb;
  --a2-prop-edge:      #d9c89c;
  --a2-prop-edge-soft: rgba(160,116,40,.22);
  --a2-prop-red:       #b13a2b;
  --a2-prop-green:     #1f8b5a;
}

html.light body #education .a2-prop-selector,
html[data-theme="light"] body #education .a2-prop-selector,
body.light #education .a2-prop-selector {
  background: var(--a2-prop-parchment);
  border-color: var(--a2-prop-edge);
  box-shadow: 0 2px 8px rgba(140,100,30,.06);
}
html.light body #education .a2-prop-selector-label,
html[data-theme="light"] body #education .a2-prop-selector-label,
body.light #education .a2-prop-selector-label {
  color: var(--a2-prop-ink-soft);
}

html.light body #education .a2-prop-firm-btn,
html.light body #education .a2-prop-program-btn,
html.light body #education .a2-prop-size-btn,
html[data-theme="light"] body #education .a2-prop-firm-btn,
html[data-theme="light"] body #education .a2-prop-program-btn,
html[data-theme="light"] body #education .a2-prop-size-btn,
body.light #education .a2-prop-firm-btn,
body.light #education .a2-prop-program-btn,
body.light #education .a2-prop-size-btn {
  background: #ffffff;
  border-color: var(--a2-prop-edge);
  color: var(--a2-prop-ink);
}
html.light body #education .a2-prop-firm-btn:hover,
html.light body #education .a2-prop-program-btn:hover,
html.light body #education .a2-prop-size-btn:hover,
html[data-theme="light"] body #education .a2-prop-firm-btn:hover,
html[data-theme="light"] body #education .a2-prop-program-btn:hover,
html[data-theme="light"] body #education .a2-prop-size-btn:hover,
body.light #education .a2-prop-firm-btn:hover,
body.light #education .a2-prop-program-btn:hover,
body.light #education .a2-prop-size-btn:hover {
  color: var(--a2-prop-gold);
  border-color: var(--a2-prop-gold);
  background: color-mix(in srgb, var(--a2-prop-gold) 6%, #ffffff 94%);
}
html.light body #education .a2-prop-firm-btn.is-active,
html.light body #education .a2-prop-program-btn.is-active,
html.light body #education .a2-prop-size-btn.is-active,
html[data-theme="light"] body #education .a2-prop-firm-btn.is-active,
html[data-theme="light"] body #education .a2-prop-program-btn.is-active,
html[data-theme="light"] body #education .a2-prop-size-btn.is-active,
body.light #education .a2-prop-firm-btn.is-active,
body.light #education .a2-prop-program-btn.is-active,
body.light #education .a2-prop-size-btn.is-active {
  color: var(--a2-prop-gold);
  border-color: var(--a2-prop-gold);
  background: color-mix(in srgb, var(--a2-prop-gold) 14%, #ffffff 86%);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--a2-prop-gold) 22%, transparent) inset, 0 2px 6px rgba(160,116,40,.10);
}

html.light body #education .a2-prop-logo,
html[data-theme="light"] body #education .a2-prop-logo,
body.light #education .a2-prop-logo {
  background: #ffffff;
  border-color: color-mix(in srgb, var(--a2-prop-gold) 30%, var(--a2-prop-edge) 70%);
  box-shadow: 0 1px 2px rgba(140,100,30,.08);
}
html.light body #education .a2-prop-logo img,
html[data-theme="light"] body #education .a2-prop-logo img,
body.light #education .a2-prop-logo img {
  filter: drop-shadow(0 1px 2px rgba(70,50,20,.18));
}
html.light body #education .a2-prop-logo-fallback,
html[data-theme="light"] body #education .a2-prop-logo-fallback,
body.light #education .a2-prop-logo-fallback {
  color: var(--a2-prop-gold);
}

html.light body #education .a2-prop-matrix,
html[data-theme="light"] body #education .a2-prop-matrix,
body.light #education .a2-prop-matrix {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 5%, transparent), transparent 140px),
    var(--a2-prop-parchment);
  border-color: var(--a2-prop-edge);
  box-shadow: 0 2px 10px rgba(140,100,30,.06);
}
html.light body #education .a2-prop-matrix-header,
html[data-theme="light"] body #education .a2-prop-matrix-header,
body.light #education .a2-prop-matrix-header {
  border-bottom-color: var(--a2-prop-edge);
}
html.light body #education .a2-prop-matrix-firm,
html[data-theme="light"] body #education .a2-prop-matrix-firm,
body.light #education .a2-prop-matrix-firm {
  color: var(--a2-prop-ink);
}
html.light body #education .a2-prop-matrix-plan,
html[data-theme="light"] body #education .a2-prop-matrix-plan,
body.light #education .a2-prop-matrix-plan {
  color: var(--a2-prop-gold);
}
html.light body #education .a2-prop-matrix-link,
html[data-theme="light"] body #education .a2-prop-matrix-link,
body.light #education .a2-prop-matrix-link {
  color: var(--a2-prop-gold);
}
html.light body #education .a2-prop-source-note,
html[data-theme="light"] body #education .a2-prop-source-note,
body.light #education .a2-prop-source-note {
  color: var(--a2-prop-gold);
  background: color-mix(in srgb, var(--a2-prop-gold) 10%, #ffffff 90%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 30%, var(--a2-prop-edge) 70%);
}

html.light body #education .a2-prop-kpi-band,
html[data-theme="light"] body #education .a2-prop-kpi-band,
body.light #education .a2-prop-kpi-band {
  background: transparent;
}
html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile {
  background: #ffffff;
  border-color: var(--a2-prop-edge);
  box-shadow: 0 1px 4px rgba(140,100,30,.08);
}
html.light body #education .a2-prop-kpi-tile .a2-prop-kpi-label,
html[data-theme="light"] body #education .a2-prop-kpi-tile .a2-prop-kpi-label,
body.light #education .a2-prop-kpi-tile .a2-prop-kpi-label {
  color: var(--a2-prop-ink-soft);
}
html.light body #education .a2-prop-kpi-tile .a2-prop-kpi-code,
html[data-theme="light"] body #education .a2-prop-kpi-tile .a2-prop-kpi-code,
body.light #education .a2-prop-kpi-tile .a2-prop-kpi-code {
  color: var(--a2-prop-gold);
}
html.light body #education .a2-prop-kpi-tile .a2-prop-kpi-main,
html[data-theme="light"] body #education .a2-prop-kpi-tile .a2-prop-kpi-main,
body.light #education .a2-prop-kpi-tile .a2-prop-kpi-main {
  color: var(--a2-prop-ink);
}
html.light body #education .a2-prop-kpi-tile.a2-prop-kpi-danger .a2-prop-kpi-main,
html[data-theme="light"] body #education .a2-prop-kpi-tile.a2-prop-kpi-danger .a2-prop-kpi-main,
body.light #education .a2-prop-kpi-tile.a2-prop-kpi-danger .a2-prop-kpi-main {
  color: var(--a2-prop-red);
}
html.light body #education .a2-prop-kpi-tile.a2-prop-kpi-good .a2-prop-kpi-main,
html[data-theme="light"] body #education .a2-prop-kpi-tile.a2-prop-kpi-good .a2-prop-kpi-main,
body.light #education .a2-prop-kpi-tile.a2-prop-kpi-good .a2-prop-kpi-main {
  color: var(--a2-prop-green);
}
html.light body #education .a2-prop-kpi-tile .a2-prop-kpi-sub,
html[data-theme="light"] body #education .a2-prop-kpi-tile .a2-prop-kpi-sub,
body.light #education .a2-prop-kpi-tile .a2-prop-kpi-sub {
  color: var(--a2-prop-ink-soft);
}

html.light body #education .a2-prop-rule-row,
html[data-theme="light"] body #education .a2-prop-rule-row,
body.light #education .a2-prop-rule-row {
  background: #ffffff;
  border-color: var(--a2-prop-edge);
}
html.light body #education .a2-prop-rule-row:hover,
html[data-theme="light"] body #education .a2-prop-rule-row:hover,
body.light #education .a2-prop-rule-row:hover {
  background: color-mix(in srgb, var(--a2-prop-gold) 5%, #ffffff 95%);
}
html.light body #education .a2-prop-rule-row-name,
html[data-theme="light"] body #education .a2-prop-rule-row-name,
body.light #education .a2-prop-rule-row-name {
  color: var(--a2-prop-ink);
}
html.light body #education .a2-prop-rule-row-value,
html[data-theme="light"] body #education .a2-prop-rule-row-value,
body.light #education .a2-prop-rule-row-value {
  color: var(--a2-prop-ink);
}
html.light body #education .a2-prop-rule-row-value.is-placeholder,
html[data-theme="light"] body #education .a2-prop-rule-row-value.is-placeholder,
body.light #education .a2-prop-rule-row-value.is-placeholder {
  color: color-mix(in srgb, var(--a2-prop-ink-soft) 70%, var(--a2-prop-gold) 30%);
}
html.light body #education .a2-prop-rule-row-status,
html[data-theme="light"] body #education .a2-prop-rule-row-status,
body.light #education .a2-prop-rule-row-status {
  color: var(--a2-prop-ink-soft);
}
html.light body #education .a2-prop-rule-row.a2-prop-rule-danger .a2-prop-rule-row-status,
html[data-theme="light"] body #education .a2-prop-rule-row.a2-prop-rule-danger .a2-prop-rule-row-status,
body.light #education .a2-prop-rule-row.a2-prop-rule-danger .a2-prop-rule-row-status {
  color: var(--a2-prop-red);
}
html.light body #education .a2-prop-rule-row.a2-prop-rule-good .a2-prop-rule-row-status,
html[data-theme="light"] body #education .a2-prop-rule-row.a2-prop-rule-good .a2-prop-rule-row-status,
body.light #education .a2-prop-rule-row.a2-prop-rule-good .a2-prop-rule-row-status {
  color: var(--a2-prop-green);
}
html.light body #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-status,
html[data-theme="light"] body #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-status,
body.light #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-status {
  color: var(--a2-prop-gold);
}

html.light body #education .a2-prop-rule-group,
html[data-theme="light"] body #education .a2-prop-rule-group,
body.light #education .a2-prop-rule-group {
  color: var(--a2-prop-gold);
}

html.light body #education .a2-prop-rules-footnote,
html[data-theme="light"] body #education .a2-prop-rules-footnote,
body.light #education .a2-prop-rules-footnote {
  color: var(--a2-prop-ink-soft);
  border-top-color: var(--a2-prop-edge);
}

html.light body #education .a2-prop-rules-disclaimer,
html[data-theme="light"] body #education .a2-prop-rules-disclaimer,
body.light #education .a2-prop-rules-disclaimer {
  background: color-mix(in srgb, var(--a2-prop-gold) 10%, #ffffff 90%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 35%, var(--a2-prop-edge) 65%);
  color: color-mix(in srgb, var(--a2-prop-gold) 65%, var(--a2-prop-ink) 35%);
}



html.light body #education .a2-prop-matrix-rows,
html[data-theme="light"] body #education .a2-prop-matrix-rows,
body.light #education .a2-prop-matrix-rows {
  background: color-mix(in srgb, var(--surface) 86%, var(--text) 4%);
}
html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile {
  background: color-mix(in srgb, var(--surface) 84%, var(--text) 6%);
}
html.light body #education .a2-prop-selector,
html[data-theme="light"] body #education .a2-prop-selector,
body.light #education .a2-prop-selector,
html.light body #education .a2-prop-matrix,
html[data-theme="light"] body #education .a2-prop-matrix,
body.light #education .a2-prop-matrix {
  background: color-mix(in srgb, var(--surface) 96%, var(--text) 4%);
}
html.light body #education .a2-prop-rules-disclaimer,
html[data-theme="light"] body #education .a2-prop-rules-disclaimer,
body.light #education .a2-prop-rules-disclaimer {
  background: color-mix(in srgb, var(--gold) 10%, var(--surface) 90%);
  color: color-mix(in srgb, var(--gold) 80%, var(--text) 20%);
}
html.light body #education .a2-prop-firm-btn,
html[data-theme="light"] body #education .a2-prop-firm-btn,
body.light #education .a2-prop-firm-btn,
html.light body #education .a2-prop-program-btn,
html[data-theme="light"] body #education .a2-prop-program-btn,
body.light #education .a2-prop-program-btn,
html.light body #education .a2-prop-size-btn,
html[data-theme="light"] body #education .a2-prop-size-btn,
body.light #education .a2-prop-size-btn {
  background: color-mix(in srgb, var(--surface) 92%, var(--text) 8%);
}
html.light body #education .a2-prop-key-warning,
html[data-theme="light"] body #education .a2-prop-key-warning,
body.light #education .a2-prop-key-warning {
  background: color-mix(in srgb, var(--red) 10%, var(--surface) 90%);
}


@media (max-width: 720px) {
  html body #education .a2-prop-rules-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  html body #education .a2-prop-selector {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }
  html body #education .a2-prop-selector-block {
    flex: 1 1 160px;
    min-width: 0;
  }
  html body #education .a2-prop-firm-row,
  html body #education .a2-prop-program-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn {
    flex: 1 1 calc(50% - 6px);
  }
}
@media (max-width: 520px) {
  html body #education .a2-edu-sites-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  html body #education .a2-edu-site-card { padding: 16px; }
  html body #education .a2-prop-matrix { padding: 18px 16px 14px; }
  html body #education .a2-prop-kpi-band {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  html body #education .a2-prop-rule-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 12px;
  }
  html body #education .a2-prop-rule-row-name {
    font-size: 11px;
  }
}


html body #education .a2-prop-rules {
  --a2-prop-red: var(--red, #ff5c5c);
  --a2-prop-gold: var(--gold, #c9a84c);
  --a2-prop-green: var(--green, #00c896);
  --a2-prop-panel: color-mix(in srgb, var(--surface) 94%, #050505 6%);
  --a2-prop-sheet: color-mix(in srgb, var(--surface) 88%, #050505 12%);
  --a2-prop-grid: color-mix(in srgb, var(--border) 72%, transparent);
  --a2-prop-soft: color-mix(in srgb, var(--text) 4%, transparent);
}

html body #education .a2-prop-selector,
html body #education .a2-prop-matrix {
  border-radius: 10px;
  background: var(--a2-prop-panel);
  border-color: color-mix(in srgb, var(--border) 82%, var(--a2-prop-gold) 18%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 14px 36px rgba(0,0,0,.18);
}

html body #education .a2-prop-selector {
  gap: 15px;
  padding: 15px;
}

html body #education .a2-prop-selector-label {
  font-size: 9.5px;
  letter-spacing: .2em;
  color: color-mix(in srgb, var(--muted) 82%, var(--text) 18%);
}

html body #education .a2-prop-firm-row,
html body #education .a2-prop-program-row,
html body #education .a2-prop-size-row {
  gap: 5px;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  position: relative;
  min-height: 42px;
  border-radius: 8px;
  padding: 8px 12px 8px 18px;
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  border-color: color-mix(in srgb, var(--border) 86%, var(--a2-prop-gold) 14%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition:
    border-color .18s ease,
    background-color .18s ease,
    box-shadow .18s ease,
    color .18s ease,
    transform .18s ease;
}

html body #education .a2-prop-size-btn {
  min-height: 38px;
  padding: 7px 12px 7px 17px;
}

html body #education .a2-prop-firm-btn::before,
html body #education .a2-prop-program-btn::before,
html body #education .a2-prop-size-btn::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: var(--a2-prop-gold);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .18s ease, background-color .18s ease;
}

html body #education .a2-prop-size-btn::before {
  width: 5px;
  height: 5px;
}

html body #education .a2-prop-firm-btn:hover,
html body #education .a2-prop-program-btn:hover,
html body #education .a2-prop-size-btn:hover {
  transform: translateY(-1px);
  color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--text) 24%);
  background: color-mix(in srgb, var(--a2-prop-gold) 6%, var(--surface) 94%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 52%, var(--border) 48%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 8px 18px color-mix(in srgb, var(--a2-prop-gold) 9%, transparent);
}

html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active,
html body #education .a2-prop-size-btn.is-active {
  color: color-mix(in srgb, var(--a2-prop-gold) 86%, var(--text) 14%);
  background: color-mix(in srgb, var(--a2-prop-gold) 10%, var(--surface) 90%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 68%, var(--border) 32%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 14%, transparent),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 18px color-mix(in srgb, var(--a2-prop-gold) 10%, transparent);
}

html body #education .a2-prop-firm-btn.is-active::before,
html body #education .a2-prop-program-btn.is-active::before,
html body #education .a2-prop-size-btn.is-active::before {
  opacity: .96;
}

html body #education .a2-prop-program-type {
  font-size: 9.5px;
  letter-spacing: .08em;
  opacity: .82;
}

html body #education .a2-prop-matrix {
  padding: 18px 18px 16px;
}

html body #education .a2-prop-matrix-header {
  gap: 5px 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom-color: var(--a2-prop-grid);
}

html body #education .a2-prop-matrix-firm {
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
}

html body #education .a2-prop-source-note {
  border-radius: 6px;
  padding: 4px 8px;
  background: color-mix(in srgb, var(--a2-prop-gold) 7%, transparent);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 26%, var(--border) 74%);
}

html body #education .a2-prop-matrix-link,
html body #education .a2-prop-source-list a {
  border-radius: 7px;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html body #education .a2-prop-matrix-link {
  padding: 5px 8px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 28%, var(--border) 72%);
  background: color-mix(in srgb, var(--a2-prop-gold) 5%, transparent);
}

html body #education .a2-prop-matrix-link:hover,
html body #education .a2-prop-source-list a:hover {
  text-decoration: none;
  color: color-mix(in srgb, var(--a2-prop-gold) 82%, var(--text) 18%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 54%, var(--border) 46%);
  background-color: color-mix(in srgb, var(--a2-prop-gold) 6%, transparent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--a2-prop-gold) 10%, transparent);
}

html body #education .a2-prop-kpi-band {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

html body #education .a2-prop-kpi-tile {
  --a2-prop-accent: color-mix(in srgb, var(--text) 62%, var(--muted) 38%);
  gap: 3px;
  min-height: 64px;
  padding: 10px 12px 9px 15px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 82%, #050505 18%);
  border-color: color-mix(in srgb, var(--border) 82%, var(--a2-prop-accent) 18%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.032);
  transition:
    border-color .18s ease,
    background-color .18s ease,
    box-shadow .18s ease,
    filter .18s ease,
    transform .18s ease;
}

html body #education .a2-prop-kpi-tile::before {
  top: 7px;
  bottom: 7px;
  width: 2px;
  border-radius: 999px;
  background: var(--a2-prop-accent);
  opacity: .86;
}

html body #education .a2-prop-kpi-tile::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: var(--a2-prop-accent);
  opacity: .32;
}

html body #education .a2-prop-kpi-tile.a2-prop-kpi-danger  { --a2-prop-accent: var(--a2-prop-red); }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-warning { --a2-prop-accent: var(--a2-prop-gold); }
html body #education .a2-prop-kpi-tile.a2-prop-kpi-good    { --a2-prop-accent: var(--a2-prop-green); }

html body #education .a2-prop-kpi-tile:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--a2-prop-accent) 48%, var(--border) 52%);
  background: color-mix(in srgb, var(--a2-prop-accent) 5%, var(--surface) 95%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 10%, transparent),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 22px color-mix(in srgb, var(--a2-prop-accent) 10%, transparent);
  filter: contrast(1.025);
}

html body #education .a2-prop-kpi-label {
  padding-left: 4px;
  font-size: 9.5px;
  letter-spacing: .16em;
  color: color-mix(in srgb, var(--muted) 86%, var(--text) 14%);
}

html body #education .a2-prop-kpi-value {
  padding-left: 4px;
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  font-weight: 600;
  line-height: 1.12;
  font-variant-numeric: tabular-nums;
}

html body #education .a2-prop-matrix-rows {
  background: var(--a2-prop-sheet);
  border-color: color-mix(in srgb, var(--border) 78%, var(--a2-prop-gold) 22%);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

html body #education .a2-prop-rule-group {
  padding: 8px 14px 7px;
  background: color-mix(in srgb, var(--text) 3%, transparent);
  border-bottom: 1px solid var(--a2-prop-grid);
  color: color-mix(in srgb, var(--muted) 82%, var(--a2-prop-gold) 18%);
  font-size: 9px;
  line-height: 1.1;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
}

html body #education .a2-prop-rule-row {
  --a2-prop-rule-accent: transparent;
  grid-template-columns: minmax(112px, 24%) minmax(0, 1fr);
  gap: 10px;
  min-height: 40px;
  padding: 9px 13px 9px 16px;
  border-bottom-color: var(--a2-prop-grid);
  background: transparent;
  transition: background-color .16s ease, box-shadow .16s ease, color .16s ease, filter .16s ease;
}

html body #education .a2-prop-rule-row::before {
  top: 7px;
  bottom: 7px;
  width: 3px;
  border-radius: 999px;
  background: var(--a2-prop-rule-accent);
  opacity: .9;
}

html body #education .a2-prop-rule-row.a2-prop-rule-danger  { --a2-prop-rule-accent: var(--a2-prop-red); }
html body #education .a2-prop-rule-row.a2-prop-rule-warning { --a2-prop-rule-accent: var(--a2-prop-gold); }
html body #education .a2-prop-rule-row.a2-prop-rule-good    { --a2-prop-rule-accent: var(--a2-prop-green); }

html body #education .a2-prop-rule-row:hover {
  background: color-mix(in srgb, var(--a2-prop-rule-accent) 7%, var(--a2-prop-soft));
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 14%, transparent),
    inset 18px 0 24px color-mix(in srgb, var(--a2-prop-rule-accent) 5%, transparent);
  filter: contrast(1.018);
}

html body #education .a2-prop-rule-row-name {
  font-size: 10.5px;
  letter-spacing: .12em;
  color: color-mix(in srgb, var(--muted) 88%, var(--text) 12%);
}

html body #education .a2-prop-rule-row-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
  font-variant-numeric: tabular-nums;
}

html body #education .a2-prop-rule-row.a2-prop-rule-long:not(.a2-prop-rule-danger) .a2-prop-rule-row-value {
  font-size: 12.3px;
  font-weight: 600;
  color: color-mix(in srgb, var(--text) 84%, var(--muted) 16%);
}

html body #education .a2-prop-rule-row.a2-prop-rule-hard {
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 6%, transparent), transparent 42%);
}

html body #education .a2-prop-rule-row.a2-prop-rule-hard .a2-prop-rule-row-name {
  color: color-mix(in srgb, var(--a2-prop-rule-accent) 58%, var(--muted) 42%);
}

html body #education .a2-prop-source-list {
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 78%, #050505 22%);
  border-color: color-mix(in srgb, var(--border) 76%, var(--muted) 24%);
}

html body #education .a2-prop-source-list a {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 6px;
  border: 1px solid transparent;
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-panel: color-mix(in srgb, var(--surface) 96%, #ffffff 4%);
  --a2-prop-sheet: color-mix(in srgb, var(--surface) 92%, #ffffff 8%);
  --a2-prop-grid: color-mix(in srgb, var(--border) 78%, rgba(95,72,32,.22) 22%);
  --a2-prop-soft: rgba(96,72,36,.035);
}

html.light body #education .a2-prop-selector,
html[data-theme="light"] body #education .a2-prop-selector,
body.light #education .a2-prop-selector,
html.light body #education .a2-prop-matrix,
html[data-theme="light"] body #education .a2-prop-matrix,
body.light #education .a2-prop-matrix {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 14px 28px rgba(88,64,24,.08);
}

html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile {
  background: color-mix(in srgb, var(--surface) 91%, #ffffff 9%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

html.light body #education .a2-prop-kpi-tile:hover,
html[data-theme="light"] body #education .a2-prop-kpi-tile:hover,
body.light #education .a2-prop-kpi-tile:hover {
  background: color-mix(in srgb, var(--a2-prop-accent) 7%, #ffffff 93%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 16%, transparent),
    inset 0 1px 0 rgba(255,255,255,.86),
    0 10px 22px color-mix(in srgb, var(--a2-prop-accent) 12%, transparent);
}

html.light body #education .a2-prop-rule-row:hover,
html[data-theme="light"] body #education .a2-prop-rule-row:hover,
body.light #education .a2-prop-rule-row:hover {
  background: color-mix(in srgb, var(--a2-prop-rule-accent) 8%, #ffffff 92%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 18%, transparent),
    inset 16px 0 22px color-mix(in srgb, var(--a2-prop-rule-accent) 7%, transparent);
}

html.light body #education .a2-prop-firm-btn:hover,
html.light body #education .a2-prop-program-btn:hover,
html.light body #education .a2-prop-size-btn:hover,
html[data-theme="light"] body #education .a2-prop-firm-btn:hover,
html[data-theme="light"] body #education .a2-prop-program-btn:hover,
html[data-theme="light"] body #education .a2-prop-size-btn:hover,
body.light #education .a2-prop-firm-btn:hover,
body.light #education .a2-prop-program-btn:hover,
body.light #education .a2-prop-size-btn:hover {
  background: color-mix(in srgb, var(--a2-prop-gold) 9%, #ffffff 91%);
  box-shadow: 0 8px 18px rgba(95,72,28,.09), inset 0 1px 0 rgba(255,255,255,.72);
}

@media (hover: none) and (pointer: coarse) {
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn,
  html body #education .a2-prop-size-btn {
    min-height: 44px;
    transform: none !important;
    -webkit-tap-highlight-color: transparent;
  }
  html body #education .a2-prop-firm-btn:hover,
  html body #education .a2-prop-program-btn:hover,
  html body #education .a2-prop-size-btn:hover,
  html body #education .a2-prop-kpi-tile:hover,
  html body #education .a2-prop-rule-row:hover {
    transform: none;
  }
  html body #education .a2-prop-firm-btn:active,
  html body #education .a2-prop-program-btn:active,
  html body #education .a2-prop-size-btn:active {
    transform: scale(.985) !important;
    border-color: color-mix(in srgb, var(--a2-prop-gold) 64%, var(--border) 36%);
    background: color-mix(in srgb, var(--a2-prop-gold) 12%, var(--surface) 88%);
  }
  html body #education .a2-prop-kpi-tile:active {
    transform: scale(.992) !important;
    border-color: color-mix(in srgb, var(--a2-prop-accent) 52%, var(--border) 48%);
    background: color-mix(in srgb, var(--a2-prop-accent) 7%, var(--surface) 93%);
  }
  html body #education .a2-prop-rule-row:active {
    background: color-mix(in srgb, var(--a2-prop-rule-accent) 10%, var(--a2-prop-soft));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 18%, transparent);
  }
  html body #education .a2-prop-matrix-link:active,
  html body #education .a2-prop-source-list a:active {
    transform: scale(.985);
    background-color: color-mix(in srgb, var(--a2-prop-gold) 10%, transparent);
  }
}


html body #education .a2-prop-rules {
  --a2-prop-row-h: 34px;
  --a2-prop-cell: color-mix(in srgb, var(--surface) 86%, #050505 14%);
  --a2-prop-cell-hot: color-mix(in srgb, var(--surface) 78%, #050505 22%);
}

html body #education .a2-prop-rules-shell {
  grid-template-columns: minmax(190px, 228px) minmax(0, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}

html body #education .a2-prop-selector {
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 88%, #050505 12%);
}

html body #education .a2-prop-selector-block {
  gap: 6px;
}

html body #education .a2-prop-selector-label {
  font-size: 8.5px;
  letter-spacing: .18em;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  min-height: 34px;
  border-radius: 6px;
  padding: 6px 9px 6px 15px;
  font-size: 11.5px;
  line-height: 1.18;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: none;
}

html body #education .a2-prop-program-btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
}

html body #education .a2-prop-program-label {
  min-width: 0;

  overflow: visible;
  white-space: normal;
  word-break: break-word;
  line-height: 1.25;
  font-size: 11.8px;
}

html body #education .a2-prop-program-type {
  justify-self: end;
  max-width: 110px;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
  line-height: 1.25;
  text-align: right;
  font-size: 8px;
  letter-spacing: .07em;
  color: color-mix(in srgb, var(--muted) 80%, var(--text) 20%);
}

html body #education .a2-prop-size-btn {
  min-height: 30px;
  padding: 5px 10px 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .03em;
}

html body #education .a2-prop-firm-btn::before,
html body #education .a2-prop-program-btn::before {
  left: 5px;
  height: 14px;
  width: 2px;
}

html body #education .a2-prop-size-btn::before {
  left: 6px;
  width: 4px;
  height: 4px;
}

html body #education .a2-prop-firm-btn:hover,
html body #education .a2-prop-program-btn:hover,
html body #education .a2-prop-size-btn:hover {
  transform: translateX(1px);
  background: color-mix(in srgb, var(--a2-prop-gold) 5%, var(--surface) 95%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 9%, transparent);
}

html body #education .a2-prop-size-btn:hover {
  transform: translateY(-1px);
}

html body #education .a2-prop-matrix {
  padding: 14px;
  border-radius: 8px;
}

html body #education .a2-prop-matrix-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 6px 10px;
}

html body #education .a2-prop-matrix-firm {
  grid-column: 1 / 2;
  min-width: 0;

  overflow: visible;
  white-space: normal;
  word-break: break-word;
  line-height: 1.2;
}

html body #education .a2-prop-matrix-plan {
  justify-self: start;
  font-size: 11px;
}

html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta {
  font-size: 8.5px;
  letter-spacing: .1em;
}

html body #education .a2-prop-matrix-link {
  grid-column: 3 / 4;
  justify-self: end;
  padding: 4px 7px;
  font-size: 10.5px;
  border-radius: 5px;
}

html body #education .a2-prop-kpi-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 0 0 12px;
  border: 1px solid color-mix(in srgb, var(--border) 78%, var(--a2-prop-gold) 22%);
  border-radius: 7px;
  background: color-mix(in srgb, var(--border) 60%, transparent);
  overflow: hidden;
}

html body #education .a2-prop-kpi-tile {
  min-height: 58px;
  max-height: 72px;
  padding: 8px 8px 7px 10px;
  border: 0 !important;
  border-radius: 0;
  background: var(--a2-prop-cell);
  box-shadow: none;
}

html body #education .a2-prop-kpi-tile::before {
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 2px;
  border-radius: 0;
  opacity: .72;
}

html body #education .a2-prop-kpi-tile::after {
  display: none;
}

html body #education .a2-prop-kpi-code {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  padding: 2px 5px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-accent) 24%, var(--border) 76%);
  border-radius: 4px;
  color: color-mix(in srgb, var(--a2-prop-accent) 70%, var(--text) 30%);
  background: color-mix(in srgb, var(--a2-prop-accent) 6%, transparent);
  font-size: 7.5px;
  line-height: 1;
  letter-spacing: .09em;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

html body #education .a2-prop-kpi-label {
  padding-left: 0;
  font-size: 8.2px;
  line-height: 1;
  letter-spacing: .12em;
}

html body #education .a2-prop-kpi-value {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0;
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: clamp(.82rem, 1.08vw, 1.02rem);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

html body #education .a2-prop-kpi-tile:hover {
  transform: none;
  background: color-mix(in srgb, var(--a2-prop-accent) 5%, var(--a2-prop-cell-hot));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 16%, transparent);
}

html body #education .a2-prop-matrix-rows {
  border-radius: 6px;
  background: color-mix(in srgb, var(--surface) 84%, #050505 16%);
}

html body #education .a2-prop-rule-group {
  display: grid;
  grid-template-columns: minmax(100px, 19%) minmax(0, 1fr) minmax(82px, 15%);
  padding: 6px 10px 5px 15px;
  background: color-mix(in srgb, var(--a2-prop-gold) 4%, transparent);
  color: color-mix(in srgb, var(--a2-prop-gold) 52%, var(--muted) 48%);
  font-size: 8px;
  letter-spacing: .18em;
}

html body #education .a2-prop-rule-group::before,
html body #education .a2-prop-rule-group::after {
  content: "";
  align-self: center;
  height: 1px;
  background: color-mix(in srgb, var(--a2-prop-gold) 20%, transparent);
}

html body #education .a2-prop-rule-group::before {
  grid-column: 2;
}

html body #education .a2-prop-rule-group::after {
  grid-column: 3;
}

html body #education .a2-prop-rule-row {
  grid-template-columns: minmax(100px, 19%) minmax(0, 1fr) minmax(82px, 15%);
  gap: 10px;
  min-height: var(--a2-prop-row-h);
  padding: 7px 10px 7px 15px;
  align-items: center;
}

html body #education .a2-prop-rule-row-name {
  font-size: 9.2px;
  line-height: 1.1;
  letter-spacing: .1em;
}

html body #education .a2-prop-rule-row-value {
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 12.2px;
  font-weight: 650;
  line-height: 1.26;
  letter-spacing: 0;
}

html body #education .a2-prop-rule-row.a2-prop-rule-long:not(.a2-prop-rule-danger) .a2-prop-rule-row-value {
  font-size: 11.5px;
  line-height: 1.24;
}

html body #education .a2-prop-rule-metric {
  color: color-mix(in srgb, var(--a2-prop-rule-accent) 78%, var(--text) 22%);
  font-weight: 850;
}

html body #education .a2-prop-rule-row-status {
  justify-self: end;
  max-width: 100%;
  color: color-mix(in srgb, var(--muted) 84%, var(--text) 16%);
  font-size: 8.4px;
  line-height: 1.15;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: right;
  font-weight: 800;
}

html body #education .a2-prop-rule-row.a2-prop-rule-danger .a2-prop-rule-row-status {
  color: color-mix(in srgb, var(--a2-prop-red) 62%, var(--muted) 38%);
}

html body #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-status {
  color: color-mix(in srgb, var(--a2-prop-gold) 64%, var(--muted) 36%);
}

html body #education .a2-prop-rule-row.a2-prop-rule-good .a2-prop-rule-row-status {
  color: color-mix(in srgb, var(--a2-prop-green) 62%, var(--muted) 38%);
}

html body #education .a2-prop-source-list {
  margin-top: 12px;
  padding: 9px 10px;
  border-radius: 6px;
}

html body #education .a2-prop-source-list-label {
  font-size: 8.5px;
}

html body #education .a2-prop-source-list a {
  font-size: 10.5px;
  line-height: 1.35;
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-cell: color-mix(in srgb, var(--surface) 93%, #ffffff 7%);
  --a2-prop-cell-hot: color-mix(in srgb, var(--surface) 86%, #ffffff 14%);
}

html.light body #education .a2-prop-kpi-band,
html[data-theme="light"] body #education .a2-prop-kpi-band,
body.light #education .a2-prop-kpi-band {
  background: color-mix(in srgb, var(--border) 70%, rgba(145,105,38,.18) 30%);
}

html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile,
html.light body #education .a2-prop-rule-row,
html[data-theme="light"] body #education .a2-prop-rule-row,
body.light #education .a2-prop-rule-row {
  background-color: transparent;
}

@media (max-width: 980px) {
  html body #education .a2-prop-kpi-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body #education .a2-prop-rule-row,
  html body #education .a2-prop-rule-group {
    grid-template-columns: minmax(92px, 23%) minmax(0, 1fr) minmax(72px, 18%);
  }
}

@media (max-width: 720px) {
  html body #education .a2-prop-rules-shell {
    grid-template-columns: 1fr;
  }
  html body #education .a2-prop-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: static;
    padding: 10px;
  }
  html body #education .a2-prop-selector-block {
    min-width: 0;
  }
  html body #education .a2-prop-firm-row,
  html body #education .a2-prop-program-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  html body #education .a2-prop-size-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn,
  html body #education .a2-prop-size-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  html body #education .a2-prop-selector {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  html body #education .a2-prop-firm-row,
  html body #education .a2-prop-program-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #education .a2-prop-kpi-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #education .a2-prop-kpi-tile {
    min-height: 60px;
  }
  html body #education .a2-prop-matrix {
    padding: 11px;
  }
  html body #education .a2-prop-matrix-header {
    grid-template-columns: 1fr;
  }
  html body #education .a2-prop-matrix-link,
  html body #education .a2-prop-source-note,
  html body #education .a2-prop-matrix-meta {
    justify-self: start;
  }
  html body #education .a2-prop-rule-row,
  html body #education .a2-prop-rule-group {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 8px 10px 8px 14px;
  }
  html body #education .a2-prop-rule-group::before,
  html body #education .a2-prop-rule-group::after {
    display: none;
  }
  html body #education .a2-prop-rule-row-status {
    justify-self: start;
    text-align: left;
  }
}

@media (hover: none) and (pointer: coarse) {
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn,
  html body #education .a2-prop-size-btn {
    min-height: 42px;
  }
  html body #education .a2-prop-kpi-tile {
    min-height: 64px;
  }
  html body #education .a2-prop-firm-btn:active,
  html body #education .a2-prop-program-btn:active,
  html body #education .a2-prop-size-btn:active {
    transform: scale(.985) !important;
  }
  html body #education .a2-prop-kpi-tile:active {
    transform: none !important;
    background: color-mix(in srgb, var(--a2-prop-accent) 9%, var(--a2-prop-cell-hot));
  }
  html body #education .a2-prop-rule-row:active {
    background: color-mix(in srgb, var(--a2-prop-gold) 8%, var(--a2-prop-soft));
  }
}


html body #education .a2-prop-rules {
  --a2-prop-good-glow: rgba(44, 213, 136, .38);
  --a2-prop-warn-glow: rgba(201, 168, 76, .42);
  --a2-prop-risk-glow: rgba(255, 93, 93, .4);
}

html body #education .a2-prop-selector {
  gap: 10px;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn,
html body #education .a2-prop-kpi-tile,
html body #education .a2-prop-rule-row,
html body #education .a2-prop-matrix-link,
html body #education .a2-prop-source-list a {
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
}

html body #education .a2-prop-size-btn {
  min-height: 34px;
}

html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active,
html body #education .a2-prop-size-btn.is-active {
  border-color: color-mix(in srgb, var(--a2-prop-gold) 58%, var(--border) 42%);
  background: linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 13%, transparent), color-mix(in srgb, var(--surface) 92%, transparent));
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--a2-prop-gold) 78%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 16%, transparent),
    0 0 18px rgba(201, 168, 76, .11);
}

html body #education .a2-prop-size-btn.is-active {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 36%, transparent),
    0 0 16px rgba(201, 168, 76, .15);
}

html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active .a2-prop-program-label,
html body #education .a2-prop-size-btn.is-active {
  color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--text) 24%);
  text-shadow: 0 0 14px rgba(201, 168, 76, .28);
}

html body #education .a2-prop-program-type {
  font-size: 8.7px;
  line-height: 1.15;
  color: color-mix(in srgb, var(--muted) 68%, var(--text) 32%);
}

html body #education .a2-prop-kpi-band {
  align-items: stretch;
}

html body #education .a2-prop-kpi-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  min-height: 78px;
  max-height: none;
  padding: 9px 10px 8px;
  overflow: visible;
}

html body #education .a2-prop-kpi-label {
  color: color-mix(in srgb, var(--muted) 76%, var(--text) 24%);
  font-size: 8.8px;
  line-height: 1.1;
}

html body #education .a2-prop-kpi-value {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

html body #education .a2-prop-kpi-main {
  display: block;
  color: color-mix(in srgb, var(--a2-prop-accent) 72%, var(--text) 28%);
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(.98rem, 1.18vw, 1.22rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html body #education .a2-prop-kpi-sub {
  display: -webkit-box;
  color: color-mix(in srgb, var(--muted) 80%, var(--text) 20%);
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: clamp(.68rem, .78vw, .76rem);
  font-weight: 650;
  line-height: 1.22;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html body #education .a2-prop-kpi-good .a2-prop-kpi-main,
html body #education .a2-prop-rule-good .a2-prop-rule-metric {
  color: color-mix(in srgb, var(--a2-prop-green) 82%, var(--text) 18%);
  text-shadow: 0 0 16px var(--a2-prop-good-glow);
}

html body #education .a2-prop-kpi-danger .a2-prop-kpi-main,
html body #education .a2-prop-rule-danger .a2-prop-rule-metric {
  color: color-mix(in srgb, var(--a2-prop-red) 84%, var(--text) 16%);
  text-shadow: 0 0 16px var(--a2-prop-risk-glow);
}

html body #education .a2-prop-kpi-warning .a2-prop-kpi-main,
html body #education .a2-prop-rule-warning .a2-prop-rule-metric {
  color: color-mix(in srgb, var(--a2-prop-gold) 84%, var(--text) 16%);
  text-shadow: 0 0 15px var(--a2-prop-warn-glow);
}

html body #education .a2-prop-kpi-tile:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 26%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--a2-prop-accent) 18%, transparent),
    0 12px 24px rgba(0,0,0,.16);
}

html body #education .a2-prop-matrix-rows {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 72%, transparent);
}

html body #education .a2-prop-rule-group {
  padding-top: 7px;
  padding-bottom: 6px;
  color: color-mix(in srgb, var(--a2-prop-gold) 62%, var(--muted) 38%);
  font-size: 8.6px;
  line-height: 1;
}

html body #education .a2-prop-rule-row {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 2.8%, transparent), transparent 44%);
}

html body #education .a2-prop-rule-row:nth-of-type(odd) {
  background-color: color-mix(in srgb, var(--text) 2.5%, transparent);
}

html body #education .a2-prop-rule-row:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 8%, transparent), transparent 52%),
    color-mix(in srgb, var(--surface) 92%, var(--text) 8%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 20%, transparent),
    0 8px 18px rgba(0,0,0,.12);
}

html body #education .a2-prop-rule-row-name {
  color: color-mix(in srgb, var(--muted) 74%, var(--text) 26%);
  font-size: 9.8px;
  line-height: 1.16;
}

html body #education .a2-prop-rule-row-value {
  color: color-mix(in srgb, var(--text) 92%, var(--a2-prop-rule-accent) 8%);
  font-size: 13px;
  line-height: 1.3;
}

html body #education .a2-prop-rule-row.a2-prop-rule-danger .a2-prop-rule-row-value,
html body #education .a2-prop-rule-row.a2-prop-rule-warning .a2-prop-rule-row-value,
html body #education .a2-prop-rule-row.a2-prop-rule-good .a2-prop-rule-row-value {
  font-weight: 720;
}

html body #education .a2-prop-rule-row.a2-prop-rule-long:not(.a2-prop-rule-danger) .a2-prop-rule-row-value {
  font-size: 12.2px;
  line-height: 1.28;
}

html body #education .a2-prop-rule-primary,
html body #education .a2-prop-rule-sub {
  display: block;
}

html body #education .a2-prop-rule-primary {
  overflow-wrap: anywhere;
}

html body #education .a2-prop-rule-sub {
  margin-top: 2px;
  color: color-mix(in srgb, var(--muted) 78%, var(--text) 22%);
  font-size: .88em;
  font-weight: 600;
  line-height: 1.28;
}

html body #education .a2-prop-rule-row-status {
  min-width: 76px;
  color: color-mix(in srgb, var(--muted) 68%, var(--text) 32%);
  font-size: 9.6px;
  line-height: 1.18;
  letter-spacing: .08em;
}

html body #education .a2-prop-rule-row-status.a2-prop-status-pending {
  color: color-mix(in srgb, var(--a2-prop-gold) 78%, var(--muted) 22%);
}

html body #education .a2-prop-rule-row-status.a2-prop-status-review {
  color: color-mix(in srgb, var(--a2-prop-red) 78%, var(--muted) 22%);
  text-shadow: 0 0 12px rgba(255, 93, 93, .18);
}

html body #education .a2-prop-rule-row-status.a2-prop-status-derived {
  color: color-mix(in srgb, var(--a2-prop-gold) 68%, var(--text) 32%);
}

html body #education .a2-prop-rule-row-status.a2-prop-status-confirmed {
  color: color-mix(in srgb, var(--muted) 58%, var(--text) 42%);
}

html body #education .a2-prop-matrix-link:hover,
html body #education .a2-prop-source-list a:hover {
  border-color: color-mix(in srgb, var(--a2-prop-gold) 48%, var(--border) 52%);
  color: color-mix(in srgb, var(--a2-prop-gold) 82%, var(--text) 18%);
  background: color-mix(in srgb, var(--a2-prop-gold) 8%, transparent);
  box-shadow: 0 0 18px rgba(201, 168, 76, .14);
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-good-glow: rgba(19, 132, 78, .22);
  --a2-prop-warn-glow: rgba(145, 105, 38, .24);
  --a2-prop-risk-glow: rgba(178, 54, 54, .22);
}

html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile {
  background: color-mix(in srgb, var(--surface) 90%, #fff7e7 10%);
}

html.light body #education .a2-prop-rule-row:hover,
html[data-theme="light"] body #education .a2-prop-rule-row:hover,
body.light #education .a2-prop-rule-row:hover {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 7%, transparent), transparent 52%),
    color-mix(in srgb, var(--surface) 86%, #ffffff 14%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 24%, var(--border) 76%),
    0 8px 18px rgba(80, 60, 28, .08);
}

@media (max-width: 980px) {
  html body #education .a2-prop-kpi-tile {
    min-height: 82px;
  }
}

@media (max-width: 520px) {
  html body #education .a2-prop-kpi-tile {
    min-height: 86px;
    padding: 9px;
  }
  html body #education .a2-prop-kpi-main {
    font-size: clamp(.95rem, 4.5vw, 1.12rem);
  }
  html body #education .a2-prop-kpi-sub {
    font-size: .7rem;
  }
  html body #education .a2-prop-rule-row-name {
    font-size: 10px;
  }
  html body #education .a2-prop-rule-row-value {
    font-size: 12.7px;
  }
  html body #education .a2-prop-rule-row-status {
    min-width: 0;
    font-size: 9.8px;
  }
}

@media (hover: none) and (pointer: coarse) {
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn,
  html body #education .a2-prop-size-btn,
  html body #education .a2-prop-matrix-link,
  html body #education .a2-prop-source-list a {
    min-height: 44px;
  }
  html body #education .a2-prop-firm-btn:active,
  html body #education .a2-prop-program-btn:active,
  html body #education .a2-prop-size-btn:active {
    transform: scale(.978) !important;
    border-color: color-mix(in srgb, var(--a2-prop-gold) 68%, var(--border) 32%);
    background: color-mix(in srgb, var(--a2-prop-gold) 14%, var(--surface) 86%);
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 24%, transparent),
      0 0 18px rgba(201, 168, 76, .18);
  }
  html body #education .a2-prop-firm-btn:active,
  html body #education .a2-prop-program-btn:active .a2-prop-program-label,
  html body #education .a2-prop-size-btn:active {
    text-shadow: 0 0 15px rgba(201, 168, 76, .34);
  }
  html body #education .a2-prop-kpi-tile:active {
    transform: scale(.982) !important;
    background: color-mix(in srgb, var(--a2-prop-accent) 13%, var(--a2-prop-cell-hot));
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 32%, transparent),
      0 0 18px color-mix(in srgb, var(--a2-prop-accent) 16%, transparent);
  }
  html body #education .a2-prop-rule-row:active {
    transform: scale(.992) !important;
    background:
      linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 13%, transparent), transparent 58%),
      color-mix(in srgb, var(--surface) 84%, var(--text) 16%);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 28%, transparent);
  }
  html body #education .a2-prop-matrix-link:active,
  html body #education .a2-prop-source-list a:active {
    transform: scale(.982);
    color: color-mix(in srgb, var(--a2-prop-gold) 86%, var(--text) 14%);
    border-color: color-mix(in srgb, var(--a2-prop-gold) 62%, var(--border) 38%);
  }
}


html body #education .a2-prop-rules {
  --a2-prop-logo-surface: color-mix(in srgb, var(--surface) 76%, #050505 24%);
}

html body #education .a2-prop-rules-head {
  max-width: 920px;
}

html body #education .a2-prop-rules-title {
  text-wrap: balance;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

html body #education .a2-prop-firm-btn {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  padding-left: 9px;
}

html body #education .a2-prop-firm-label,
html body #education .a2-prop-program-label,
html body #education .a2-prop-program-type,
html body #education .a2-prop-matrix-firm,
html body #education .a2-prop-matrix-program,
html body #education .a2-prop-matrix-plan,
html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta,
html body #education .a2-prop-rule-row-status {
  min-width: 0;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

html body #education .a2-prop-program-btn {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 2px;
}

html body #education .a2-prop-program-label {
  line-height: 1.16;
}

html body #education .a2-prop-program-type {
  justify-self: start;
  color: color-mix(in srgb, var(--muted) 72%, var(--a2-prop-gold) 28%);
}


html body #education .a2-prop-logo {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 18%, var(--border) 82%);
  box-shadow: none;
  overflow: hidden;
}

html body #education .a2-prop-logo-selector {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

html body #education .a2-prop-logo-header {
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
  border-radius: 10px;
}

html body #education .a2-prop-logo img {
  display: block;

  width: 96%;
  height: 96%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.22));
  -webkit-user-drag: none;
  user-select: none;
}
html body #education .a2-prop-logo-header img {
  width: 94%;
  height: 94%;
}

html body #education .a2-prop-logo.has-logo .a2-prop-logo-fallback {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

html body #education .a2-prop-logo-fallback {
  color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--text) 24%);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
}

html body #education .a2-prop-matrix {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 4%, transparent), transparent 160px),
    color-mix(in srgb, var(--surface) 89%, #050505 11%);
}

html body #education .a2-prop-matrix-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 12px;
  padding-bottom: 16px;
}

html body #education .a2-prop-matrix-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
}

html body #education .a2-prop-matrix-title-stack {
  min-width: 0;
}

html body #education .a2-prop-matrix-firm {
  grid-column: auto;
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  line-height: 1.05;
  text-wrap: balance;
}

html body #education .a2-prop-matrix-program {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 4px;
  color: color-mix(in srgb, var(--a2-prop-gold) 70%, var(--text) 30%);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .03em;
}

html body #education .a2-prop-matrix-program span {
  color: color-mix(in srgb, var(--muted) 70%, var(--text) 30%);
  font-weight: 650;
}

html body #education .a2-prop-matrix-plan,
html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta,
html body #education .a2-prop-matrix-link {
  justify-self: end;
  text-align: right;
}

html body #education .a2-prop-source-note {
  max-width: 240px;
  line-height: 1.2;
}

html body #education .a2-prop-kpi-band {
  gap: 2px;
  background: color-mix(in srgb, var(--border) 54%, var(--a2-prop-gold) 12%);
}

html body #education .a2-prop-kpi-tile {
  min-height: 86px;
  padding: 10px 11px 9px;
}

html body #education .a2-prop-kpi-sub {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

html body #education .a2-prop-rule-row {
  grid-template-columns: minmax(112px, 19%) minmax(0, 1fr) minmax(116px, 18%);
}

html body #education .a2-prop-rule-row-value,
html body #education .a2-prop-rule-sub,
html body #education .a2-prop-source-list a {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

html body #education .a2-prop-rule-row-status {
  min-width: 96px;
  overflow-wrap: anywhere;
}

html body #education .a2-prop-source-list {
  border-style: solid;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 6%, transparent), transparent 42%),
    color-mix(in srgb, var(--surface) 88%, #050505 12%);
}

html body #education .a2-prop-source-list-label {
  color: color-mix(in srgb, var(--a2-prop-gold) 58%, var(--muted) 42%);
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-logo-surface: color-mix(in srgb, var(--surface) 86%, #fff7e7 14%);
}

html.light body #education .a2-prop-matrix,
html[data-theme="light"] body #education .a2-prop-matrix,
body.light #education .a2-prop-matrix {
  background:
    linear-gradient(180deg, rgba(145,105,38,.07), transparent 160px),
    color-mix(in srgb, var(--surface) 95%, #fff7e7 5%);
}

html.light body #education .a2-prop-logo,
html[data-theme="light"] body #education .a2-prop-logo,
body.light #education .a2-prop-logo {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 7px 18px rgba(80,60,28,.1);
}

@media (max-width: 980px) {
  html body #education .a2-prop-rule-row {
    grid-template-columns: minmax(104px, 22%) minmax(0, 1fr) minmax(104px, 21%);
  }
}

@media (max-width: 720px) {
  html body #education .a2-prop-selector {
    align-items: start;
  }
  html body #education .a2-prop-matrix-header {
    grid-template-columns: minmax(0, 1fr);
  }
  html body #education .a2-prop-matrix-brand,
  html body #education .a2-prop-matrix-plan,
  html body #education .a2-prop-source-note,
  html body #education .a2-prop-matrix-meta,
  html body #education .a2-prop-matrix-link {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 520px) {
  html body #education .a2-prop-firm-btn {
    grid-template-columns: 22px minmax(0, 1fr);
  }
  html body #education .a2-prop-logo-selector {
    width: 22px;
    height: 22px;
  }
  html body #education .a2-prop-rule-row {
    grid-template-columns: minmax(0, 1fr);
  }
  html body #education .a2-prop-kpi-tile {
    min-height: 96px;
  }
}


html body #education .a2-prop-rules {
  --a2-prop-panel-edge: color-mix(in srgb, var(--a2-prop-gold) 22%, var(--border) 78%);
  --a2-prop-terminal-line: color-mix(in srgb, var(--a2-prop-gold) 14%, var(--border) 86%);
  --a2-prop-row-surface: color-mix(in srgb, var(--surface) 86%, #030303 14%);
  --a2-prop-row-surface-alt: color-mix(in srgb, var(--surface) 91%, #070707 9%);
}

html body #education .a2-prop-rules-shell {
  gap: clamp(16px, 1.8vw, 24px);
  align-items: start;
}

html body #education .a2-prop-selector {
  border-radius: 10px;
  padding: 13px 11px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 5%, transparent), transparent 86px),
    color-mix(in srgb, var(--surface) 88%, #030303 12%);
  border-color: var(--a2-prop-panel-edge);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 18px 42px rgba(0,0,0,.22);
}

html body #education .a2-prop-selector-label {
  margin-bottom: 7px;
  color: color-mix(in srgb, var(--a2-prop-gold) 54%, var(--muted) 46%);
  font-size: 9.5px;
  letter-spacing: .13em;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  min-height: 42px;
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--border) 78%, var(--a2-prop-gold) 22%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent),
    color-mix(in srgb, var(--surface) 92%, #050505 8%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.032);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

html body #education .a2-prop-firm-btn {
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
  padding: 8px 10px;
}

html body #education .a2-prop-program-btn {
  min-height: 48px;
  padding: 8px 10px;
  row-gap: 3px;
}

html body #education .a2-prop-size-btn {
  min-height: 40px;
  padding: 8px 10px;
  font-size: 12px;
}

html body #education .a2-prop-firm-btn:hover,
html body #education .a2-prop-program-btn:hover,
html body #education .a2-prop-size-btn:hover {
  transform: translateX(1px);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 62%, var(--border) 38%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 8%, transparent), transparent),
    color-mix(in srgb, var(--surface) 90%, #090909 10%);
  box-shadow:
    inset 2px 0 0 color-mix(in srgb, var(--a2-prop-gold) 58%, transparent),
    inset 0 1px 0 rgba(255,255,255,.045),
    0 10px 24px rgba(0,0,0,.18);
}

html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active,
html body #education .a2-prop-size-btn.is-active {
  border-color: color-mix(in srgb, var(--a2-prop-gold) 72%, var(--border) 28%);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 13%, transparent), transparent 74%),
    color-mix(in srgb, var(--surface) 88%, #070707 12%);
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--a2-prop-gold) 74%, transparent),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 26px rgba(201,168,76,.13);
}

html body #education .a2-prop-firm-btn.is-active .a2-prop-firm-label,
html body #education .a2-prop-program-btn.is-active .a2-prop-program-label,
html body #education .a2-prop-size-btn.is-active {
  color: color-mix(in srgb, var(--a2-prop-gold) 82%, var(--text) 18%);
  text-shadow: 0 0 16px rgba(201,168,76,.24);
}

html body #education .a2-prop-program-type {
  color: color-mix(in srgb, var(--muted) 78%, var(--text) 22%);
  font-size: 10.5px;
  line-height: 1.24;
}

html body #education .a2-prop-program-btn.is-active .a2-prop-program-type {
  color: color-mix(in srgb, var(--a2-prop-gold) 46%, var(--muted) 54%);
}

html body #education .a2-prop-logo {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

html body #education .a2-prop-logo-selector {
  width: 30px;
  height: 30px;
}

html body #education .a2-prop-logo-header {
  width: clamp(68px, 7.6vw, 92px);
  height: clamp(68px, 7.6vw, 92px);
}

html body #education .a2-prop-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.34));
}

html body #education .a2-prop-logo-header img {
  filter:
    drop-shadow(0 18px 32px rgba(0,0,0,.42))
    drop-shadow(0 0 18px rgba(201,168,76,.16));
}

html body #education .a2-prop-logo-fallback {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 34%, var(--border) 66%);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 82%, #050505 18%);
  font-size: 9px;
}

html body #education .a2-prop-logo-header .a2-prop-logo-fallback {
  min-width: clamp(58px, 6.8vw, 76px);
  min-height: clamp(58px, 6.8vw, 76px);
  font-size: 12px;
}

html body #education .a2-prop-matrix {
  position: relative;
  padding: clamp(17px, 2.1vw, 24px);
  border-radius: 12px;
  border-color: color-mix(in srgb, var(--a2-prop-gold) 24%, var(--border) 76%);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--a2-prop-gold) 8%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.028), transparent 120px),
    color-mix(in srgb, var(--surface) 87%, #020202 13%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    inset 0 -1px 0 rgba(201,168,76,.08),
    0 28px 70px rgba(0,0,0,.28);
}

html body #education .a2-prop-matrix::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 26%, transparent), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 22%);
  opacity: .34;
  mix-blend-mode: screen;
}

html body #education .a2-prop-matrix-header {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(178px, auto);
  gap: 8px 18px;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--a2-prop-gold) 22%, var(--border) 78%);
}

html body #education .a2-prop-matrix-brand {
  gap: clamp(14px, 2vw, 22px);
}

html body #education .a2-prop-matrix-firm {
  font-size: clamp(1.48rem, 2.5vw, 2.08rem);
  line-height: .98;
  letter-spacing: 0;
  color: var(--text);
  text-shadow: 0 0 20px rgba(201,168,76,.12);
}

html body #education .a2-prop-matrix-program {
  margin-top: 8px;
  gap: 5px 10px;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--text) 24%);
}

html body #education .a2-prop-matrix-program span {
  color: color-mix(in srgb, var(--muted) 74%, var(--text) 26%);
  font-size: 11.5px;
}

html body #education .a2-prop-matrix-plan,
html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta,
html body #education .a2-prop-matrix-link {
  position: relative;
  z-index: 1;
  max-width: 300px;
}

html body #education .a2-prop-matrix-plan {
  color: color-mix(in srgb, var(--text) 86%, var(--a2-prop-gold) 14%);
  font-size: 12.5px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

html body #education .a2-prop-source-note {
  max-width: 300px;
  color: color-mix(in srgb, var(--a2-prop-gold) 66%, var(--muted) 34%);
  font-size: 11px;
}

html body #education .a2-prop-matrix-meta {
  color: color-mix(in srgb, var(--muted) 84%, var(--text) 16%);
  font-size: 10.5px;
}

html body #education .a2-prop-matrix-link,
html body #education .a2-prop-source-list a {
  text-decoration: none !important;
  border-color: color-mix(in srgb, var(--a2-prop-gold) 30%, var(--border) 70%);
}

html body #education .a2-prop-matrix-link:hover,
html body #education .a2-prop-source-list a:hover {
  border-color: color-mix(in srgb, var(--a2-prop-gold) 70%, var(--border) 30%);
  color: color-mix(in srgb, var(--a2-prop-gold) 84%, var(--text) 16%);
  background: color-mix(in srgb, var(--a2-prop-gold) 7%, transparent);
  box-shadow: 0 0 18px rgba(201,168,76,.12);
}

html body #education .a2-prop-kpi-band {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  padding: 1px;
  gap: 1px;
  border: 1px solid var(--a2-prop-terminal-line);
  border-radius: 9px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 18%, var(--border) 82%), color-mix(in srgb, var(--border) 80%, transparent));
  overflow: hidden;
}

html body #education .a2-prop-kpi-tile {
  min-height: 98px;
  padding: 11px 12px 10px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-accent) 5%, transparent), transparent 70%),
    color-mix(in srgb, var(--surface) 89%, #040404 11%);
}

html body #education .a2-prop-kpi-tile::before {
  width: 100%;
  height: 2px;
  opacity: .78;
}

html body #education .a2-prop-kpi-tile:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-accent) 9%, transparent), transparent 72%),
    color-mix(in srgb, var(--surface) 86%, #060606 14%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 20%, transparent),
    0 14px 28px rgba(0,0,0,.18);
}

html body #education .a2-prop-kpi-code {
  margin-bottom: 6px;
  color: color-mix(in srgb, var(--a2-prop-accent) 58%, var(--muted) 42%);
  font-size: 9.2px;
}

html body #education .a2-prop-kpi-label {
  margin-bottom: 7px;
  color: color-mix(in srgb, var(--muted) 80%, var(--text) 20%);
  font-size: 10.5px;
  line-height: 1.2;
}

html body #education .a2-prop-kpi-main {
  font-size: clamp(1.02rem, 1.24vw, 1.24rem);
  line-height: 1.08;
  letter-spacing: 0;
}

html body #education .a2-prop-kpi-sub {
  margin-top: 5px;
  color: color-mix(in srgb, var(--muted) 82%, var(--text) 18%);
  font-size: 10.8px;
  line-height: 1.25;
}

html body #education .a2-prop-kpi-good .a2-prop-kpi-main,
html body #education .a2-prop-rule-good .a2-prop-rule-metric {
  text-shadow: 0 0 16px color-mix(in srgb, var(--a2-prop-green) 42%, transparent);
}

html body #education .a2-prop-kpi-danger .a2-prop-kpi-main,
html body #education .a2-prop-rule-danger .a2-prop-rule-metric {
  text-shadow: 0 0 16px color-mix(in srgb, var(--a2-prop-red) 42%, transparent);
}

html body #education .a2-prop-kpi-warning .a2-prop-kpi-main,
html body #education .a2-prop-rule-warning .a2-prop-rule-metric {
  text-shadow: 0 0 16px rgba(201,168,76,.34);
}

html body #education .a2-prop-matrix-rows {
  position: relative;
  z-index: 1;
  border: 1px solid var(--a2-prop-terminal-line);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent),
    color-mix(in srgb, var(--surface) 88%, #030303 12%);
  overflow: hidden;
}

html body #education .a2-prop-rule-group {
  min-height: 30px;
  padding: 9px 14px 7px;
  border-top: 1px solid color-mix(in srgb, var(--a2-prop-gold) 18%, var(--border) 82%);
  border-bottom: 1px solid color-mix(in srgb, var(--a2-prop-gold) 12%, var(--border) 88%);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 9%, transparent), transparent 62%),
    color-mix(in srgb, var(--surface) 82%, #030303 18%);
  color: color-mix(in srgb, var(--a2-prop-gold) 68%, var(--muted) 32%);
  font-size: 10px;
  letter-spacing: .16em;
}

html body #education .a2-prop-rule-row {
  min-height: 47px;
  grid-template-columns: minmax(118px, 18%) minmax(0, 1fr) minmax(136px, 19%);
  padding: 10px 13px 10px 16px;
  column-gap: 14px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 3.5%, transparent), transparent 48%),
    var(--a2-prop-row-surface);
  border-bottom-color: color-mix(in srgb, var(--border) 72%, transparent);
}

html body #education .a2-prop-rule-row:nth-of-type(odd) {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 3.5%, transparent), transparent 48%),
    var(--a2-prop-row-surface-alt);
}

html body #education .a2-prop-rule-row::before {
  width: 3px;
  opacity: .72;
}

html body #education .a2-prop-rule-row:hover {
  transform: none;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 10%, transparent), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.026), transparent),
    color-mix(in srgb, var(--surface) 84%, #060606 16%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 22%, transparent),
    inset 18px 0 24px color-mix(in srgb, var(--a2-prop-rule-accent) 7%, transparent);
}

html body #education .a2-prop-rule-row-name {
  color: color-mix(in srgb, var(--muted) 82%, var(--text) 18%);
  font-size: 11.2px;
  line-height: 1.24;
}

html body #education .a2-prop-rule-row-value {
  color: color-mix(in srgb, var(--text) 94%, var(--a2-prop-rule-accent) 6%);
  font-size: clamp(12.6px, 1vw, 13.8px);
  line-height: 1.24;
}

html body #education .a2-prop-rule-primary {
  line-height: 1.22;
}

html body #education .a2-prop-rule-sub {
  margin-top: 3px;
  color: color-mix(in srgb, var(--muted) 84%, var(--text) 16%);
  font-size: 11.2px;
  line-height: 1.25;
}

html body #education .a2-prop-rule-row-status {
  min-width: 116px;
  align-self: center;
  color: color-mix(in srgb, var(--muted) 78%, var(--text) 22%);
  font-size: 10.8px;
  line-height: 1.22;
}

html body #education .a2-prop-status-pending,
html body #education .a2-prop-status-review {
  color: color-mix(in srgb, var(--a2-prop-gold) 70%, var(--text) 30%);
}

html body #education .a2-prop-source-list {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  border-color: color-mix(in srgb, var(--a2-prop-gold) 18%, var(--border) 82%);
  border-radius: 9px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 7%, transparent), transparent 54%),
    color-mix(in srgb, var(--surface) 88%, #040404 12%);
}

html body #education .a2-prop-source-list-label {
  color: color-mix(in srgb, var(--a2-prop-gold) 66%, var(--muted) 34%);
  letter-spacing: .11em;
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-panel-edge: color-mix(in srgb, var(--a2-prop-gold) 28%, var(--border) 72%);
  --a2-prop-terminal-line: color-mix(in srgb, var(--a2-prop-gold) 20%, var(--border) 80%);
  --a2-prop-row-surface: color-mix(in srgb, var(--surface) 96%, #fff4d8 4%);
  --a2-prop-row-surface-alt: color-mix(in srgb, var(--surface) 98%, #fff7e4 2%);
}

html.light body #education .a2-prop-selector,
html[data-theme="light"] body #education .a2-prop-selector,
body.light #education .a2-prop-selector,
html.light body #education .a2-prop-matrix,
html[data-theme="light"] body #education .a2-prop-matrix,
body.light #education .a2-prop-matrix {
  background:
    linear-gradient(135deg, rgba(156,110,38,.08), transparent 38%),
    color-mix(in srgb, var(--surface) 96%, #fff2d7 4%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    0 22px 54px rgba(96,70,28,.12);
}

html.light body #education .a2-prop-firm-btn,
html[data-theme="light"] body #education .a2-prop-firm-btn,
body.light #education .a2-prop-firm-btn,
html.light body #education .a2-prop-program-btn,
html[data-theme="light"] body #education .a2-prop-program-btn,
body.light #education .a2-prop-program-btn,
html.light body #education .a2-prop-size-btn,
html[data-theme="light"] body #education .a2-prop-size-btn,
body.light #education .a2-prop-size-btn,
html.light body #education .a2-prop-kpi-tile,
html[data-theme="light"] body #education .a2-prop-kpi-tile,
body.light #education .a2-prop-kpi-tile {
  background:
    linear-gradient(180deg, rgba(255,255,255,.68), transparent),
    color-mix(in srgb, var(--surface) 96%, #fff5de 4%);
}

html.light body #education .a2-prop-logo img,
html[data-theme="light"] body #education .a2-prop-logo img,
body.light #education .a2-prop-logo img {
  filter: drop-shadow(0 8px 16px rgba(98,70,28,.16));
}

html.light body #education .a2-prop-logo-header img,
html[data-theme="light"] body #education .a2-prop-logo-header img,
body.light #education .a2-prop-logo-header img {
  filter:
    drop-shadow(0 14px 24px rgba(98,70,28,.2))
    drop-shadow(0 0 14px rgba(156,110,38,.12));
}

html.light body #education .a2-prop-rule-row:hover,
html[data-theme="light"] body #education .a2-prop-rule-row:hover,
body.light #education .a2-prop-rule-row:hover {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 9%, transparent), transparent 60%),
    color-mix(in srgb, var(--surface) 96%, #fff2d7 4%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 26%, var(--border) 74%),
    inset 18px 0 24px color-mix(in srgb, var(--a2-prop-rule-accent) 8%, transparent);
}

@media (max-width: 980px) {
  html body #education .a2-prop-rule-row {
    grid-template-columns: minmax(108px, 22%) minmax(0, 1fr) minmax(116px, 22%);
  }
}

@media (max-width: 720px) {
  html body #education .a2-prop-matrix-header {
    align-items: start;
  }
  html body #education .a2-prop-logo-header {
    width: clamp(58px, 16vw, 72px);
    height: clamp(58px, 16vw, 72px);
  }
  html body #education .a2-prop-matrix-firm {
    font-size: clamp(1.32rem, 6vw, 1.72rem);
  }
  html body #education .a2-prop-matrix-plan,
  html body #education .a2-prop-source-note,
  html body #education .a2-prop-matrix-meta,
  html body #education .a2-prop-matrix-link {
    max-width: none;
  }
}

@media (max-width: 520px) {
  html body #education .a2-prop-selector {
    padding: 12px 10px;
  }
  html body #education .a2-prop-firm-btn {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 8px 9px;
  }
  html body #education .a2-prop-logo-selector {
    width: 26px;
    height: 26px;
  }
  html body #education .a2-prop-matrix {
    padding: 15px 12px;
  }
  html body #education .a2-prop-kpi-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #education .a2-prop-kpi-tile {
    min-height: 104px;
  }
  html body #education .a2-prop-rule-row {
    min-height: 0;
    padding: 11px 12px 12px 15px;
    row-gap: 5px;
  }
  html body #education .a2-prop-rule-row-status {
    min-width: 0;
  }
}

@media (hover: none) and (pointer: coarse) {
  html body #education .a2-prop-firm-btn:active,
  html body #education .a2-prop-program-btn:active,
  html body #education .a2-prop-size-btn:active,
  html body #education .a2-prop-matrix-link:active,
  html body #education .a2-prop-source-list a:active {
    transform: scale(.982);
    border-color: color-mix(in srgb, var(--a2-prop-gold) 78%, var(--border) 22%);
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 12%, transparent), transparent),
      color-mix(in srgb, var(--surface) 86%, #070707 14%);
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 24%, transparent),
      0 0 24px rgba(201,168,76,.14);
  }
  html body #education .a2-prop-kpi-tile:active {
    transform: scale(.986);
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-accent) 32%, transparent),
      0 0 24px color-mix(in srgb, var(--a2-prop-accent) 16%, transparent);
  }
  html body #education .a2-prop-rule-row:active {
    background:
      linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-rule-accent) 14%, transparent), transparent 64%),
      color-mix(in srgb, var(--surface) 82%, #070707 18%);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-rule-accent) 30%, transparent);
  }
}


html body #education .a2-prop-firm-btn {
  grid-template-columns: 34px minmax(0, 1fr);
}

html body #education .a2-prop-logo.has-offer-icon {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) {
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 38%, var(--border) 62%);
  border-radius: 9px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--a2-prop-gold) 12%, transparent), transparent 70%),
    color-mix(in srgb, var(--surface) 88%, #050505 12%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 18px rgba(201,168,76,.08);
}

html body #education .a2-prop-logo-selector {
  width: 34px;
  height: 34px;
}

html body #education .a2-prop-logo-header {
  width: clamp(52px, 5.4vw, 60px);
  height: clamp(52px, 5.4vw, 60px);
}

html body #education .a2-prop-logo.has-offer-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.28));
}

html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) img {
  display: none;
}

html body #education .a2-prop-logo-header.has-offer-icon img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 12px;
  filter:
    drop-shadow(0 10px 20px rgba(0,0,0,.34))
    drop-shadow(0 0 14px rgba(201,168,76,.12));
}

html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) .a2-prop-logo-fallback {
  position: static;
  opacity: 1;
  color: color-mix(in srgb, var(--a2-prop-gold) 82%, var(--text) 18%);
  font-size: 9px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

html body #education .a2-prop-logo-header.has-offer-icon:not(.is-logo-loaded) .a2-prop-logo-fallback {
  font-size: 11px;
}

html body #education .a2-prop-logo.is-wordmark-only {
  min-width: 34px;
  min-height: 34px;
  padding: 4px 5px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 38%, var(--border) 62%);
  border-radius: 9px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--a2-prop-gold) 12%, transparent), transparent 70%),
    color-mix(in srgb, var(--surface) 88%, #050505 12%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 18px rgba(201,168,76,.08);
}

html body #education .a2-prop-logo-header.is-wordmark-only {
  min-width: clamp(52px, 5.4vw, 60px);
  min-height: clamp(52px, 5.4vw, 60px);
}

html body #education .a2-prop-logo.is-wordmark-only .a2-prop-logo-fallback {
  position: static;
  opacity: 1;
  color: color-mix(in srgb, var(--a2-prop-gold) 82%, var(--text) 18%);
  font-size: 9px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

html body #education .a2-prop-logo-header.is-wordmark-only .a2-prop-logo-fallback {
  font-size: 11px;
}

html body #education .a2-prop-rule-row.a2-prop-rule-price {
  --a2-prop-rule-accent: var(--a2-prop-gold);
}

html body #education .a2-prop-rule-row.a2-prop-rule-price .a2-prop-rule-row-value {
  color: color-mix(in srgb, var(--text) 90%, var(--a2-prop-gold) 10%);
}

html body #education .a2-prop-price-placeholder .a2-prop-rule-primary {
  color: color-mix(in srgb, var(--text) 88%, var(--a2-prop-gold) 12%);
  text-shadow: 0 0 14px rgba(201,168,76,.13);
}

html body #education .a2-prop-price-placeholder .a2-prop-rule-sub {
  color: color-mix(in srgb, var(--a2-prop-gold) 58%, var(--muted) 42%);
}

html body #education .a2-prop-rule-row.a2-prop-rule-price .a2-prop-rule-row-status {
  color: color-mix(in srgb, var(--a2-prop-gold) 70%, var(--text) 30%);
}

html body #education .a2-prop-source-price-note {
  display: block;
  margin: 5px 0 8px;
  color: color-mix(in srgb, var(--muted) 76%, var(--a2-prop-gold) 24%);
  font-size: 11px;
  line-height: 1.35;
}

html.light body #education .a2-prop-logo.has-offer-icon img,
html[data-theme="light"] body #education .a2-prop-logo.has-offer-icon img,
body.light #education .a2-prop-logo.has-offer-icon img {
  filter: drop-shadow(0 4px 8px rgba(20,18,16,.12));
}

html.light body #education .a2-prop-logo.is-wordmark-only,
html[data-theme="light"] body #education .a2-prop-logo.is-wordmark-only,
body.light #education .a2-prop-logo.is-wordmark-only {
  background:
    linear-gradient(135deg, rgba(156,110,38,.1), transparent 70%),
    color-mix(in srgb, var(--surface) 96%, #fff4dc 4%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 8px 18px rgba(96,70,28,.1);
}

html.light body #education .a2-prop-source-price-note,
html[data-theme="light"] body #education .a2-prop-source-price-note,
body.light #education .a2-prop-source-price-note {
  color: color-mix(in srgb, var(--muted) 70%, #8d661d 30%);
}

@media (max-width: 520px) {
  html body #education .a2-prop-firm-btn {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  html body #education .a2-prop-logo-selector {
    width: 30px;
    height: 30px;
  }
  html body #education .a2-prop-logo.has-offer-icon img {
    max-width: 30px;
    max-height: 30px;
  }
  html body #education .a2-prop-logo-header {
    width: 52px;
    height: 52px;
  }
}


html body #education .a2-prop-rules {
  --a2-prop-rail: color-mix(in srgb, var(--surface) 84%, #020202 16%);
  --a2-prop-rail-soft: color-mix(in srgb, var(--surface) 91%, #050505 9%);
  --a2-prop-stroke: color-mix(in srgb, var(--a2-prop-gold) 24%, var(--border) 76%);
}

html body #education .a2-prop-rules-shell {
  grid-template-columns: minmax(270px, 308px) minmax(0, 1fr);
  gap: 24px;
}

html body #education .a2-prop-selector {
  gap: 22px;
  padding: 20px 18px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 6%, transparent), transparent 118px),
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 48%),
    var(--a2-prop-rail);
  border-color: var(--a2-prop-stroke);
}

html body #education .a2-prop-selector-block {
  gap: 11px;
}

html body #education .a2-prop-selector-block + .a2-prop-selector-block {
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--a2-prop-gold) 16%, var(--border) 84%);
}

html body #education .a2-prop-selector-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: color-mix(in srgb, var(--a2-prop-gold) 66%, var(--muted) 34%);
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: .15em;
}

html body #education .a2-prop-selector-label::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 34%, transparent), transparent);
}

html body #education .a2-prop-firm-row,
html body #education .a2-prop-program-row {
  gap: 10px;
}

html body #education .a2-prop-size-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html body #education .a2-prop-firm-btn,
html body #education .a2-prop-program-btn,
html body #education .a2-prop-size-btn {
  border-radius: 10px;
  border-color: color-mix(in srgb, var(--border) 72%, var(--a2-prop-gold) 28%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent),
    var(--a2-prop-rail-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

html body #education .a2-prop-firm-btn {
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 58px;
  column-gap: 12px;
  padding: 10px 12px;
}

html body #education .a2-prop-firm-label {
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

html body #education .a2-prop-program-btn {
  min-height: 64px;
  padding: 12px;
  row-gap: 6px;
}

html body #education .a2-prop-program-label {
  font-size: 13.2px;
  font-weight: 780;
  line-height: 1.24;
}

html body #education .a2-prop-program-type {
  font-size: 11px;
  line-height: 1.28;
  letter-spacing: .04em;
  color: color-mix(in srgb, var(--muted) 76%, var(--a2-prop-gold) 24%);
}

html body #education .a2-prop-size-btn {
  min-height: 42px;
  justify-content: center;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 780;
  text-align: center;
}

html body #education .a2-prop-firm-btn:hover,
html body #education .a2-prop-program-btn:hover,
html body #education .a2-prop-size-btn:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 66%, var(--border) 34%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--a2-prop-gold) 8%, transparent), transparent),
    color-mix(in srgb, var(--surface) 88%, #080808 12%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 12px 26px rgba(0,0,0,.18);
}

html body #education .a2-prop-firm-btn.is-active,
html body #education .a2-prop-program-btn.is-active,
html body #education .a2-prop-size-btn.is-active {
  border-color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--border) 24%);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 16%, transparent), transparent 76%),
    color-mix(in srgb, var(--surface) 86%, #050505 14%);
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--a2-prop-gold) 78%, transparent),
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 28px rgba(0,0,0,.14);
}

html body #education .a2-prop-size-btn.is-active {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--a2-prop-gold) 40%, transparent),
    inset 0 1px 0 rgba(255,255,255,.06);
}

html body #education .a2-prop-logo-selector {
  width: 36px;
  height: 36px;
}

html body #education .a2-prop-logo-header {
  width: 58px;
  height: 58px;
}

html body #education .a2-prop-logo.has-logo .a2-prop-logo-fallback,
html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) .a2-prop-logo-fallback {
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

html body #education .a2-prop-logo.is-wordmark-only .a2-prop-logo-fallback {
  opacity: 1 !important;
  visibility: visible !important;
}

html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) {
  border: 0;
  background: transparent;
  box-shadow: none;
}

html body #education .a2-prop-logo.has-offer-icon:not(.is-logo-loaded) img {
  display: block;
  visibility: hidden;
}

html body #education .a2-prop-logo.has-offer-icon img {
  max-width: 36px;
  max-height: 36px;
}

html body #education .a2-prop-logo-header.has-offer-icon img {
  max-width: 50px;
  max-height: 50px;
}

html body #education .a2-prop-matrix {
  padding: 24px;
  border-radius: 14px;
}

html body #education .a2-prop-matrix-header {
  grid-template-columns: minmax(0, 1fr) minmax(190px, max-content);
  gap: 14px 22px;
  align-items: start;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

html body #education .a2-prop-matrix-brand {
  gap: 16px;
  grid-row: auto;
}

html body #education .a2-prop-matrix-firm {
  font-size: 1.78rem;
  line-height: 1.04;
}

html body #education .a2-prop-matrix-program {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.32;
}

html body #education .a2-prop-header-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

html body #education .a2-prop-header-side .a2-prop-matrix-plan,
html body #education .a2-prop-header-side .a2-prop-source-note,
html body #education .a2-prop-header-side .a2-prop-matrix-meta,
html body #education .a2-prop-header-side .a2-prop-matrix-link {
  justify-self: auto;
  text-align: right;
  max-width: 320px;
}

html body #education .a2-prop-offer-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 20%, var(--border) 80%);
  border-radius: 11px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 8%, transparent), transparent 66%),
    color-mix(in srgb, var(--surface) 90%, #040404 10%);
  position: relative;
  z-index: 1;
}

html body #education .a2-prop-offer-pill {
  flex: 1 1 280px;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 9px;
}

html body #education .a2-prop-offer-pill-tag {
  flex: 0 0 auto;
}

html body #education .a2-prop-offer-cta {
  min-height: 38px;
  margin-left: 0;
  padding: 9px 14px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 72%, #ffffff 28%);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 10px 22px rgba(0,0,0,.18);
  white-space: normal;
  text-align: center;
}

html body #education .a2-prop-kpi-band {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2px;
  margin-bottom: 16px;
}

html body #education .a2-prop-kpi-tile {
  min-height: 108px;
  padding: 13px 14px 12px;
}

html body #education .a2-prop-kpi-code {
  margin-bottom: 7px;
}

html body #education .a2-prop-kpi-label {
  margin-bottom: 8px;
  font-size: 10.2px;
  line-height: 1.2;
}

html body #education .a2-prop-kpi-main {
  font-size: 1.12rem;
  line-height: 1.12;
}

html body #education .a2-prop-kpi-sub {
  font-size: 11px;
  line-height: 1.32;
}

html body #education .a2-prop-rule-group {
  min-height: 34px;
  padding: 10px 16px 8px;
  font-size: 10.4px;
  line-height: 1.15;
}

html body #education .a2-prop-rule-row {
  grid-template-columns: minmax(130px, 18%) minmax(0, 1fr) minmax(128px, 17%);
  min-height: 50px;
  padding: 11px 15px 11px 17px;
}

html body #education .a2-prop-rule-row-name {
  font-size: 11px;
  line-height: 1.22;
}

html body #education .a2-prop-rule-row-value {
  font-size: 13.4px;
  line-height: 1.34;
}

html body #education .a2-prop-rule-row-status {
  min-width: 112px;
  font-size: 10.4px;
  line-height: 1.24;
}

html body #education .a2-prop-rule-row.a2-prop-rule-price {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--a2-prop-gold) 8%, transparent), transparent 58%),
    var(--a2-prop-row-surface-alt);
}

html.light body #education .a2-prop-rules,
html[data-theme="light"] body #education .a2-prop-rules,
body.light #education .a2-prop-rules {
  --a2-prop-rail: color-mix(in srgb, var(--surface) 96%, #fff0d4 4%);
  --a2-prop-rail-soft: color-mix(in srgb, var(--surface) 98%, #fff7e7 2%);
  --a2-prop-stroke: color-mix(in srgb, var(--a2-prop-gold) 32%, var(--border) 68%);
}

html.light body #education .a2-prop-selector,
html[data-theme="light"] body #education .a2-prop-selector,
body.light #education .a2-prop-selector {
  background:
    linear-gradient(180deg, rgba(160,116,40,.09), transparent 118px),
    linear-gradient(135deg, rgba(255,255,255,.78), transparent 48%),
    var(--a2-prop-rail);
}

html.light body #education .a2-prop-firm-btn,
html[data-theme="light"] body #education .a2-prop-firm-btn,
body.light #education .a2-prop-firm-btn,
html.light body #education .a2-prop-program-btn,
html[data-theme="light"] body #education .a2-prop-program-btn,
body.light #education .a2-prop-program-btn,
html.light body #education .a2-prop-size-btn,
html[data-theme="light"] body #education .a2-prop-size-btn,
body.light #education .a2-prop-size-btn {
  background:
    linear-gradient(180deg, rgba(255,255,255,.8), transparent),
    var(--a2-prop-rail-soft);
  color: var(--a2-prop-ink);
}

html.light body #education .a2-prop-firm-btn.is-active,
html[data-theme="light"] body #education .a2-prop-firm-btn.is-active,
body.light #education .a2-prop-firm-btn.is-active,
html.light body #education .a2-prop-program-btn.is-active,
html[data-theme="light"] body #education .a2-prop-program-btn.is-active,
body.light #education .a2-prop-program-btn.is-active,
html.light body #education .a2-prop-size-btn.is-active,
html[data-theme="light"] body #education .a2-prop-size-btn.is-active,
body.light #education .a2-prop-size-btn.is-active {
  background:
    linear-gradient(90deg, rgba(160,116,40,.16), transparent 76%),
    color-mix(in srgb, var(--surface) 97%, #fff0d4 3%);
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--a2-prop-gold) 76%, transparent),
    inset 0 1px 0 rgba(255,255,255,.78),
    0 10px 24px rgba(96,70,28,.09);
}

html.light body #education .a2-prop-offer-row,
html[data-theme="light"] body #education .a2-prop-offer-row,
body.light #education .a2-prop-offer-row {
  background:
    linear-gradient(90deg, rgba(160,116,40,.1), transparent 66%),
    color-mix(in srgb, var(--surface) 97%, #fff4dc 3%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 28%, var(--border) 72%);
}

@media (max-width: 980px) {
  html body #education .a2-prop-rules-shell {
    grid-template-columns: minmax(244px, 288px) minmax(0, 1fr);
  }
  html body #education .a2-prop-kpi-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body #education .a2-prop-rule-row {
    grid-template-columns: minmax(112px, 22%) minmax(0, 1fr) minmax(112px, 22%);
  }
}

@media (max-width: 760px) {
  html body #education .a2-prop-rules-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  html body #education .a2-prop-selector {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
  }
  html body #education .a2-prop-matrix-header {
    grid-template-columns: minmax(0, 1fr);
  }
  html body #education .a2-prop-header-side {
    align-items: flex-start;
  }
  html body #education .a2-prop-header-side .a2-prop-matrix-plan,
  html body #education .a2-prop-header-side .a2-prop-source-note,
  html body #education .a2-prop-header-side .a2-prop-matrix-meta,
  html body #education .a2-prop-header-side .a2-prop-matrix-link {
    text-align: left;
    max-width: none;
  }
  html body #education .a2-prop-rule-row,
  html body #education .a2-prop-rule-group {
    grid-template-columns: minmax(0, 1fr);
  }
  html body #education .a2-prop-rule-row-status {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  html body #education .a2-prop-selector,
  html body #education .a2-prop-matrix {
    padding: 14px 12px;
  }
  html body #education .a2-prop-firm-row,
  html body #education .a2-prop-program-row {
    grid-template-columns: 1fr;
  }
  html body #education .a2-prop-matrix-brand {
    gap: 12px;
  }
  html body #education .a2-prop-logo-header {
    width: 50px;
    height: 50px;
  }
  html body #education .a2-prop-matrix-firm {
    font-size: 1.42rem;
  }
  html body #education .a2-prop-offer-row {
    padding: 10px;
  }
  html body #education .a2-prop-offer-pill,
  html body #education .a2-prop-offer-cta {
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
  }
  html body #education .a2-prop-kpi-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #education .a2-prop-kpi-tile {
    min-height: 116px;
    padding: 11px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #education .a2-edu-site-card,
  html body #education .a2-prop-firm-btn,
  html body #education .a2-prop-program-btn,
  html body #education .a2-prop-size-btn,
  html body #education .a2-prop-kpi-tile,
  html body #education .a2-prop-rule-row,
  html body #education .a2-prop-matrix-link,
  html body #education .a2-prop-source-list a {
    transition: none !important;
  }
  html body #education .a2-edu-site-card:hover,
  html body #education .a2-prop-firm-btn:hover,
  html body #education .a2-prop-program-btn:hover,
  html body #education .a2-prop-size-btn:hover,
  html body #education .a2-prop-rule-row:hover,
  html body #education .a2-prop-kpi-tile:hover {
    transform: none !important;
  }
}


html body #education .a2-prop-rules {
  --a2-prop-final-width: min(1640px, calc(100vw - clamp(32px, 5vw, 96px)));
  width: var(--a2-prop-final-width);
  max-width: none;
  margin-left: calc((100% - var(--a2-prop-final-width)) / 2);
  margin-right: calc((100% - var(--a2-prop-final-width)) / 2);
  scroll-margin-top: 96px;
}

html body #education .a2-prop-rules-head {
  max-width: 980px;
}

html body #education .a2-prop-rules-title {
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
}

html body #education .a2-prop-rules-sub,
html body #education .a2-prop-rules-disclaimer,
html body #education .a2-prop-rules-footnote {
  font-size: 13.5px;
  line-height: 1.68;
}

@media (min-width: 1024px) {
  html body #education .a2-prop-rules-shell {
    grid-template-columns: minmax(288px, 326px) minmax(0, 1fr);
    gap: clamp(22px, 2vw, 34px);
  }

  html body #education .a2-prop-rule-row,
  html body #education .a2-prop-rule-group {
    grid-template-columns: minmax(142px, 15%) minmax(0, 1fr) minmax(122px, 13%);
  }
}

html body #education .a2-prop-selector {
  padding: 22px 20px;
}

html body #education .a2-prop-selector-label {
  font-size: 11px;
}

html body #education .a2-prop-firm-label {
  font-size: 14.2px;
}

html body #education .a2-prop-program-label {
  font-size: 13.8px;
}

html body #education .a2-prop-program-type {
  font-size: 11.4px;
}

html body #education .a2-prop-size-btn {
  font-size: 13px;
}

html body #education .a2-prop-matrix {
  padding: clamp(22px, 1.9vw, 30px);
}

html body #education .a2-prop-matrix-header {
  grid-template-columns: minmax(0, 1fr) minmax(210px, max-content);
}

html body #education .a2-prop-matrix-firm {
  font-size: clamp(1.78rem, 2.1vw, 2.22rem);
}

html body #education .a2-prop-title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 11px;
  min-width: 0;
}

html body #education .a2-prop-direct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 54%, var(--border) 46%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), transparent),
    color-mix(in srgb, var(--a2-prop-gold) 10%, transparent);
  color: color-mix(in srgb, var(--text) 84%, var(--a2-prop-gold) 16%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.12);
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 11.4px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

html body #education .a2-prop-direct-btn:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 76%, #ffffff 24%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent),
    color-mix(in srgb, var(--a2-prop-gold) 16%, transparent);
  color: var(--a2-prop-gold);
}

html body #education .a2-prop-matrix-program,
html body #education .a2-prop-matrix-plan {
  font-size: 13.8px;
}

html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta,
html body #education .a2-prop-matrix-link {
  font-size: 11.4px;
  line-height: 1.3;
}

html body #education .a2-prop-offer-row {
  gap: 10px 12px;
  padding: 13px;
}

html body #education .a2-prop-offer-pill {
  flex: 1 1 320px;
  min-height: 42px;
  font-size: 12.4px;
  line-height: 1.4;
}

html body #education .a2-prop-offer-pill-tag {
  font-size: 9.6px;
}

html body #education .a2-prop-coupon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  min-height: 42px;
  max-width: 100%;
  padding: 7px 7px 7px 11px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 30%, var(--border) 70%);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent),
    color-mix(in srgb, var(--surface) 88%, #050505 12%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

html body #education .a2-prop-coupon-label {
  flex: 0 0 auto;
  color: color-mix(in srgb, var(--a2-prop-gold) 72%, var(--muted) 28%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

html body #education .a2-prop-coupon-code {
  min-width: 0;
  color: color-mix(in srgb, var(--text) 90%, var(--a2-prop-gold) 10%);
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 13.5px;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

html body #education .a2-prop-coupon-copy.promo-copy-btn {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--a2-prop-gold) 7%, transparent);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 36%, var(--border) 64%);
  color: color-mix(in srgb, var(--text) 86%, var(--a2-prop-gold) 14%);
  white-space: nowrap;
}

html body #education .a2-prop-coupon-copy.promo-copy-btn.is-copied {
  color: var(--green);
  background: color-mix(in srgb, var(--green) 12%, transparent);
  border-color: color-mix(in srgb, var(--green) 45%, var(--border) 55%);
}

html body #education .a2-prop-offer-cta {
  min-height: 42px;
  font-size: 12.4px;
}

html body #education .a2-prop-kpi-tile {
  min-height: 112px;
}

html body #education .a2-prop-kpi-label {
  font-size: 10.8px;
}

html body #education .a2-prop-kpi-main {
  font-size: clamp(1.13rem, 1.18vw, 1.34rem);
}

html body #education .a2-prop-kpi-sub {
  font-size: 11.5px;
  line-height: 1.34;
}

html body #education .a2-prop-rule-row {
  min-height: 52px;
}

html body #education .a2-prop-rule-row-name {
  font-size: 11.5px;
}

html body #education .a2-prop-rule-row-value {
  font-size: clamp(13.8px, .92vw, 14.8px);
  line-height: 1.4;
}

html body #education .a2-prop-rule-sub {
  font-size: 12px;
  line-height: 1.34;
}

html body #education .a2-prop-rule-row-status {
  min-width: 108px;
  font-size: 11px;
}

html body #education .a2-prop-rule-row.a2-prop-rule-price {
  align-items: start;
  min-height: 86px;
  padding-top: 14px;
  padding-bottom: 14px;
}

html body #education .a2-prop-rule-row.a2-prop-rule-price .a2-prop-rule-row-name,
html body #education .a2-prop-rule-row.a2-prop-rule-price .a2-prop-rule-row-status {
  align-self: start;
  margin-top: 4px;
}

html body #education .a2-prop-rule-row.a2-prop-rule-price.a2-prop-rule-long .a2-prop-rule-row-value {
  font-size: clamp(13.8px, .92vw, 14.8px);
}

html body #education .a2-prop-price-breakdown {
  display: grid;
  gap: 9px;
  max-width: 100%;
}

html body #education .a2-prop-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
}

html body #education .a2-prop-price-main-label {
  color: color-mix(in srgb, var(--a2-prop-gold) 76%, var(--muted) 24%);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

html body #education .a2-prop-price-main-value {
  color: color-mix(in srgb, var(--text) 90%, var(--a2-prop-gold) 10%);
  font-size: clamp(1.18rem, 1.14vw, 1.38rem);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

html body #education .a2-prop-price-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
}

html body #education .a2-prop-fee-item {
  display: grid;
  grid-template-columns: minmax(92px, max-content) minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 7px 8px;
  border: 1px solid color-mix(in srgb, var(--a2-prop-gold) 16%, var(--border) 84%);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.026), transparent),
    color-mix(in srgb, var(--surface) 92%, #050505 8%);
}

html body #education .a2-prop-fee-item-caveat,
html body #education .a2-prop-fee-item-notes {
  grid-column: 1 / -1;
}

html body #education .a2-prop-fee-label {
  color: color-mix(in srgb, var(--muted) 78%, var(--a2-prop-gold) 22%);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

html body #education .a2-prop-fee-value {
  color: color-mix(in srgb, var(--text) 90%, var(--muted) 10%);
  font-size: 12.8px;
  font-weight: 650;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

html.light body #education .a2-prop-coupon,
html[data-theme="light"] body #education .a2-prop-coupon,
body.light #education .a2-prop-coupon {
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), transparent),
    color-mix(in srgb, var(--surface) 98%, #fff4dc 2%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 34%, var(--border) 66%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 8px 18px rgba(96,70,28,.08);
}

html.light body #education .a2-prop-coupon-code,
html[data-theme="light"] body #education .a2-prop-coupon-code,
body.light #education .a2-prop-coupon-code {
  color: var(--a2-prop-ink);
}

html.light body #education .a2-prop-coupon-copy.promo-copy-btn,
html[data-theme="light"] body #education .a2-prop-coupon-copy.promo-copy-btn,
body.light #education .a2-prop-coupon-copy.promo-copy-btn {
  background: color-mix(in srgb, var(--a2-prop-gold) 8%, #ffffff 92%);
  color: var(--a2-prop-ink);
}

html.light body #education .a2-prop-direct-btn,
html[data-theme="light"] body #education .a2-prop-direct-btn,
body.light #education .a2-prop-direct-btn {
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), transparent),
    color-mix(in srgb, var(--a2-prop-gold) 10%, #ffffff 90%);
  color: var(--a2-prop-ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 8px 18px rgba(96,70,28,.09);
}

html.light body #education .a2-prop-fee-item,
html[data-theme="light"] body #education .a2-prop-fee-item,
body.light #education .a2-prop-fee-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), transparent),
    color-mix(in srgb, var(--surface) 98%, #fff5dc 2%);
  border-color: color-mix(in srgb, var(--a2-prop-gold) 18%, var(--border) 82%);
}

@media (max-width: 760px) {
  html body #education .a2-prop-rules {
    --a2-prop-final-width: calc(100vw - 28px);
  }

  html body #education .a2-prop-matrix-header {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  html body #education .a2-prop-rules {
    --a2-prop-final-width: calc(100vw - 24px);
  }

  html body #education .a2-prop-rules-sub,
  html body #education .a2-prop-rules-disclaimer,
  html body #education .a2-prop-rules-footnote {
    font-size: 13px;
  }

  html body #education .a2-prop-selector,
  html body #education .a2-prop-matrix {
    padding: 14px 12px;
  }

  html body #education .a2-prop-coupon {
    flex-basis: 100%;
    width: 100%;
    justify-content: space-between;
  }

  html body #education .a2-prop-coupon-copy.promo-copy-btn {
    min-width: 84px;
  }

  html body #education .a2-prop-kpi-tile {
    min-height: 118px;
  }

  html body #education .a2-prop-price-details {
    grid-template-columns: minmax(0, 1fr);
  }

  html body #education .a2-prop-fee-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}




html body #education .a2-prop-direct-btn {
  gap: 5px;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: .045em;
}
html body #education .a2-prop-direct-btn-label {
  display: inline-flex;
  align-items: center;
}
html body #education .a2-prop-direct-btn-label--full { display: inline-flex; }
html body #education .a2-prop-direct-btn-label--short { display: none; }
html body #education .a2-prop-direct-btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  opacity: .82;
  transform: translateY(-.5px);
  transition: transform .18s ease, opacity .18s ease;
}
html body #education .a2-prop-direct-btn:hover .a2-prop-direct-btn-arrow {
  opacity: 1;
  transform: translate(1px, -1.5px);
}
@media (max-width: 520px) {
  html body #education .a2-prop-direct-btn-label--full { display: none; }
  html body #education .a2-prop-direct-btn-label--short { display: inline-flex; }
  html body #education .a2-prop-direct-btn {
    padding: 6px 10px;
    font-size: 11.6px;
  }
}


html body #education .a2-prop-source-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
html body #education .a2-prop-source-note-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 78%, var(--muted) 22%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 24%, transparent);
}
html body #education .a2-prop-source-note-text {
  display: inline-block;
  min-width: 0;
}
html body #education .a2-prop-source-note--official .a2-prop-source-note-dot {
  background: color-mix(in srgb, var(--a2-prop-green, var(--green)) 80%, var(--muted) 20%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-green, var(--green)) 22%, transparent);
}
html body #education .a2-prop-source-note--invite .a2-prop-source-note-dot {
  background: color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 82%, var(--text) 18%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 24%, transparent);
}
html body #education .a2-prop-source-note--review .a2-prop-source-note-dot {
  background: color-mix(in srgb, var(--a2-prop-red, var(--red)) 74%, var(--muted) 26%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-red, var(--red)) 22%, transparent);
}
html body #education .a2-prop-source-note--pending .a2-prop-source-note-dot {
  background: color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 76%, #f0b400 24%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 26%, transparent);
  animation: a2PropSourceDotPulse 2.4s ease-in-out infinite;
}
@keyframes a2PropSourceDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 26%, transparent);
  }
  50% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--a2-prop-gold, var(--gold)) 14%, transparent);
  }
}
@media (prefers-reduced-motion: reduce) {
  html body #education .a2-prop-source-note--pending .a2-prop-source-note-dot {
    animation: none;
  }
}


html body #education .a2-prop-rule-row-status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
html body #education .a2-prop-rule-row-status::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 70%, transparent);
  flex: 0 0 auto;
}
html body #education .a2-prop-rule-row-status.a2-prop-status-pending::before {
  animation: a2PropStatusDotPulse 2.4s ease-in-out infinite;
}
@keyframes a2PropStatusDotPulse {
  0%, 100% { opacity: .9; }
  50%      { opacity: .42; }
}
@media (prefers-reduced-motion: reduce) {
  html body #education .a2-prop-rule-row-status.a2-prop-status-pending::before {
    animation: none;
  }
}
@media (max-width: 760px) {
  html body #education .a2-prop-rule-row-status {
    justify-content: flex-start;
  }
}


html body #education .a2-prop-selector-label {
  font-size: 11.6px;
  color: color-mix(in srgb, var(--muted) 40%, var(--text) 60%);
}
html body #education .a2-prop-firm-label { font-size: 14.8px; }
html body #education .a2-prop-program-label { font-size: 14.2px; }
html body #education .a2-prop-program-type {
  font-size: 11.6px;
  color: color-mix(in srgb, var(--muted) 38%, var(--text) 62%);
}
html body #education .a2-prop-size-btn {
  font-size: 13.4px;
  letter-spacing: .035em;
}

html body #education .a2-prop-matrix-program,
html body #education .a2-prop-matrix-plan {
  font-size: 14.2px;
}

html body #education .a2-prop-source-note,
html body #education .a2-prop-matrix-meta,
html body #education .a2-prop-matrix-link {
  font-size: 12px;
  line-height: 1.34;
}
html body #education .a2-prop-matrix-meta {
  color: color-mix(in srgb, var(--muted) 44%, var(--text) 56%);
}

html body #education .a2-prop-offer-pill { font-size: 12.8px; }
html body #education .a2-prop-offer-pill-tag { font-size: 10px; }
html body #education .a2-prop-offer-cta { font-size: 12.8px; }

html body #education .a2-prop-coupon-label {
  font-size: 10.6px;
  letter-spacing: .14em;
}
html body #education .a2-prop-coupon-code { font-size: 14px; }

html body #education .a2-prop-kpi-label {
  font-size: 11.4px;
  color: color-mix(in srgb, var(--muted) 36%, var(--text) 64%);
}
html body #education .a2-prop-kpi-main { font-size: clamp(1.18rem, 1.22vw, 1.4rem); }
html body #education .a2-prop-kpi-sub {
  font-size: 12px;
  line-height: 1.38;
  color: color-mix(in srgb, var(--muted) 54%, var(--text) 46%);
}

html body #education .a2-prop-rule-row-name {
  font-size: 12px;
  color: color-mix(in srgb, var(--muted) 36%, var(--text) 64%);
}
html body #education .a2-prop-rule-row-value {
  font-size: clamp(14.2px, .96vw, 15.2px);
  line-height: 1.42;
}
html body #education .a2-prop-rule-sub {
  font-size: 12.4px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--muted) 48%, var(--text) 52%);
}
html body #education .a2-prop-rule-row-status {
  font-size: 11.4px;
  letter-spacing: .085em;
  color: color-mix(in srgb, var(--muted) 48%, var(--text) 52%);
}

html body #education .a2-prop-price-main-label {
  font-size: 10.6px;
  letter-spacing: .14em;
}
html body #education .a2-prop-price-main-value {
  font-size: clamp(1.22rem, 1.18vw, 1.44rem);
}
html body #education .a2-prop-fee-label {
  font-size: 10.6px;
  color: color-mix(in srgb, var(--muted) 50%, var(--text) 50%);
}
html body #education .a2-prop-fee-value {
  font-size: 13.4px;
  color: color-mix(in srgb, var(--text) 95%, var(--muted) 5%);
}


html.light body #education .a2-prop-rule-row-name,
html[data-theme="light"] body #education .a2-prop-rule-row-name,
body.light #education .a2-prop-rule-row-name,
html.light body #education .a2-prop-kpi-label,
html[data-theme="light"] body #education .a2-prop-kpi-label,
body.light #education .a2-prop-kpi-label,
html.light body #education .a2-prop-selector-label,
html[data-theme="light"] body #education .a2-prop-selector-label,
body.light #education .a2-prop-selector-label {
  color: color-mix(in srgb, var(--a2-prop-ink, var(--text)) 70%, var(--a2-prop-ink-soft, var(--muted)) 30%);
}
html.light body #education .a2-prop-rule-sub,
html[data-theme="light"] body #education .a2-prop-rule-sub,
body.light #education .a2-prop-rule-sub,
html.light body #education .a2-prop-kpi-sub,
html[data-theme="light"] body #education .a2-prop-kpi-sub,
body.light #education .a2-prop-kpi-sub {
  color: color-mix(in srgb, var(--a2-prop-ink-soft, var(--muted)) 78%, var(--a2-prop-ink, var(--text)) 22%);
}

@media (max-width: 520px) {
  html body #education .a2-prop-firm-label { font-size: 14px; }
  html body #education .a2-prop-program-label { font-size: 13.6px; }
  html body #education .a2-prop-size-btn { font-size: 12.8px; }
  html body #education .a2-prop-rule-row-value { font-size: 13.2px; }
  html body #education .a2-prop-rule-row-name { font-size: 11px; }
  html body #education .a2-prop-rule-row-status { font-size: 10.6px; }
  html body #education .a2-prop-kpi-sub { font-size: 11.4px; }
  html body #education .a2-prop-fee-value { font-size: 12.8px; }
}

/* Stable shell for the lazy Recommended Creators enhancement. */
html body #education .recommended-creators-section { min-block-size: 184px; margin: 0 0 28px; }
html body #education .rec-creators-viewport { min-block-size: 95px; }
html body #education #a2-rec-creators-row:empty::before {
  content: ""; display: block; inline-size: min(290px, calc(100vw - 52px)); block-size: 68px;
  border: 1px solid var(--border); border-radius: 14px; background: var(--surface);
}
