:root {
  --tech-ink: #102a43;
  --tech-deep: #073b4c;
  --tech-blue: #006d9c;
  --tech-cyan: #00a7b5;
  --tech-green: #138a72;
  --tech-orange: #d95d00;
  --tech-amber: #f59e0b;
  --tech-pale: #eef9f8;
  --tech-sky: #eaf6fb;
  --tech-white: #ffffff;
  --tech-muted: #40566b;
  --tech-line: #8fb8c5;
  --theme-primary: #6667ab;
  --theme-primary-dark: #4f508e;
  --theme-primary-light: #a4a6d5;
  --theme-surface: #e0e1f5;
  --theme-surface-light: #f6f6fc;
  --theme-accent: #d8b4e2;
  --theme-highlight: #b8e1ff;
  --theme-ink: #1e2746;
  --theme-ink-soft: #56637a;
  --theme-border: rgba(102, 103, 171, 0.34);
  --theme-shadow: 0 18px 45px rgba(70, 72, 125, 0.12);
  --theme-focus: #4f508e;
  --accent: #D8B4E2;
  --highlight: #B8E1FF;
  --focus: #7a2e00;
  --shadow-sm: 0 12px 30px rgb(7 59 76 / 12%);
  --shadow-lg: 0 24px 60px rgb(7 59 76 / 18%);
  --bs-body-font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --bs-body-color: var(--tech-ink);
  --bs-body-bg: #f8fcfc;
  --bs-link-color: #005b7f;
  --bs-link-hover-color: #7a2e00;
  /* Text */
  --ink: #1E2746;
  --ink-soft: #56637A;
  --text-light: #6F7C94;
  /* Border */
  --border: #D8DCF2;
  --border-dark: #A4A6D5;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
body {
  min-width: 320px;
  font-size: 1.075rem;
  line-height: 1.75;
  background: linear-gradient(180deg, #fff 0%, #f4fbfb 100%);
}
img {
  display: block;
}
a {
  text-underline-offset: .22em;
  text-decoration-thickness: .12em;
}
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: .22rem solid var(--focus);
  outline-offset: .22rem;
  box-shadow: none !important;
}
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 2000;
  padding: .7rem 1rem;
  color: #fff;
  background: #000;
  transform: translateY(-180%);
  transition: transform .15s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid rgb(0 109 156 / 26%);
  backdrop-filter: blur(14px);
}
.navbar {
  min-height: 5rem;
}
.navbar-brand {
  color: var(--tech-deep);
  line-height: 1.05;
  letter-spacing: .07em;
}
.navbar-brand strong {
  font-size: 1rem;
}
.navbar-brand small {
  font-size: .74rem;
  color: var(--tech-muted);
  letter-spacing: .08em;
}
.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  border: .42rem solid var(--tech-cyan);
  border-right-color: var(--tech-orange);
  border-radius: 50%;
  box-shadow: inset 0 0 0 .25rem #fff, 0 0 0 1px var(--tech-line);
}
.nav-link {
  position: relative;
  color: var(--tech-ink);
  font-weight: 800;
  padding-inline: .85rem !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .25rem;
  height: .18rem;
  background: linear-gradient(90deg, var(--tech-cyan), var(--tech-orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-link:hover::after, .nav-link:focus-visible::after {
  transform: scaleX(1);
}
.navbar-toggler {
  border: 2px solid var(--tech-deep);
  border-radius: 0;
}
.hero-section {
  position: relative;
  overflow: hidden;
  background: /* 光暈 */ radial-gradient(circle at 82% 18%, rgba(184, 225, 255, .35) 0%, rgba(184, 225, 255, 0) 30%), radial-gradient(circle at 15% 85%, rgba(216, 180, 226, .28) 0%, rgba(216, 180, 226, 0) 35%), /* 半透明色塊 */ linear-gradient(135deg, rgba(255, 255, 255, .82) 0%, rgba(240, 241, 252, .78) 42%, rgba(224, 225, 245, .72) 72%, rgba(184, 225, 255, .55) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.min-vh-hero {
  min-height: calc(100svh - 5rem);
}
.hero-photo-wrap {
  position: relative;
  z-index: 2;
}
.hero-photo {
  position: relative;
  overflow: hidden;
  background: #535457;
  box-shadow: var(--shadow-lg);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  pointer-events: none;
}
.hero-photo img {
  object-fit: cover;
  object-position: center 18%;
}
.photo-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.photo-caption span {
  padding: .35rem .65rem;
  color: #fff;
  background: rgb(7 59 76 / 88%);
  border: 1px solid rgb(255 255 255 / 70%);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 58rem;
}
.p-xl-6 {
  padding: clamp(3rem, 6vw, 6rem) !important;
}
.eyebrow {
  color: #8a3a00;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.display-name {
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  line-height: .98;
  font-family: Georgia, "Noto Serif TC", serif;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--tech-deep);
  text-wrap: balance;
}
.hero-title-en {
  color: var(--tech-blue);
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-subtitle {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 850;
  color: var(--tech-ink);
}
.hero-lead {
  max-width: 48rem;
  color: #243f53;
  font-size: clamp(1.15rem, 1.7vw, 1.38rem);
}
.metric-card {
  position: relative;
  padding: 1.2rem 1.2rem 1.1rem 4rem;
  background: rgb(255 255 255 / 86%);
  border: 1px solid var(--tech-line);
  border-left: .35rem solid var(--tech-cyan);
  box-shadow: var(--shadow-sm);
}
.metric-card:nth-child(even) {
  border-left-color: var(--tech-orange);
}
.metric-index {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #8a3a00;
  font-weight: 900;
}
.metric-card h2 {
  color: var(--tech-deep);
  font-weight: 900;
}
.metric-card p {
  margin: 0;
  color: var(--tech-muted);
}
.tech-orbit {
  position: absolute;
  border: 1px solid rgb(0 109 156 / 22%);
  border-radius: 50%;
  pointer-events: none;
}
.tech-orbit::before, .tech-orbit::after {
  content: "";
  position: absolute;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--tech-orange);
  box-shadow: 0 0 0 .4rem rgb(245 158 11 / 16%);
}
.tech-orbit--one {
  width: 32rem;
  height: 32rem;
  right: -10rem;
  top: 5rem;
}
.tech-orbit--one::before {
  left: 3rem;
  top: 7rem;
}
.tech-orbit--one::after {
  right: 4rem;
  bottom: 6rem;
  background: var(--tech-cyan);
}
.tech-orbit--two {
  width: 15rem;
  height: 15rem;
  right: 20%;
  bottom: -6rem;
}
.tech-orbit--two::before {
  left: 1rem;
  bottom: 3rem;
}
.section-space {
  padding-block: clamp(5rem, 9vw, 8rem);
}
.section-title {
  color: var(--tech-deep);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.15;
  text-wrap: balance;
}
.section-intro {
  color: var(--tech-muted);
  font-size: 1.08rem;
}
.impact-section {
  background: linear-gradient(145deg, #073b4c 0 46%, #0a5265 46% 100%);
  color: #fff;
}
.impact-section .section-title, .impact-section .section-intro {
  color: #fff;
}
.impact-section .eyebrow {
  color: #ffc878;
}
.impact-card {
  padding: 2rem;
  color: var(--tech-ink);
  background: #fff;
  border-top: .45rem solid var(--tech-cyan);
  box-shadow: var(--shadow-lg);
}
.impact-card h3 {
  color: var(--tech-deep);
  font-weight: 900;
}
.impact-number {
  margin: 0 0 1rem;
  color: #8a3a00;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.impact-icon {
  width: 5rem;
  height: 3.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: end;
  gap: .4rem;
}
.impact-icon span {
  width: 1rem;
  background: linear-gradient(180deg, var(--tech-cyan), var(--tech-blue));
}
.impact-icon span:nth-child(1) {
  height: 35%;
}
.impact-icon span:nth-child(2) {
  height: 92%;
}
.impact-icon span:nth-child(3) {
  height: 60%;
  background: linear-gradient(180deg, var(--tech-amber), var(--tech-orange));
}
.impact-icon--wave {
  align-items: center;
}
.impact-icon--wave span {
  height: .7rem !important;
  border-radius: 50%;
}
.impact-icon--wave span:nth-child(2) {
  transform: translateY(-1rem);
}
.impact-icon--wave span:nth-child(3) {
  transform: translateY(.6rem);
}
.impact-icon--network span {
  width: 1.15rem;
  height: 1.15rem !important;
  border-radius: 50%;
  align-self: center;
  box-shadow: 1.8rem -1rem 0 var(--tech-orange), 3rem 1rem 0 var(--tech-blue);
}
.highlights-section {
  background: linear-gradient(180deg, #fff, var(--tech-pale));
}
.cover-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tech-line);
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.cover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: .5rem solid rgb(255 255 255 / 55%);
  pointer-events: none;
}
.cover-card:hover {
  transform: translateY(-.5rem);
  box-shadow: var(--shadow-lg);
}
.cover-card--featured {
  box-shadow: 0 28px 70px rgb(217 93 0 / 20%);
}
.resources-section {
  background: linear-gradient(135deg, #fff7e8, #edfafa);
}
.resource-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tech-line);
  box-shadow: var(--shadow-sm);
}
.resource-panel__head {
  padding: 1.6rem 1.75rem;
  color: #fff;
  background: linear-gradient(120deg, var(--tech-blue), var(--tech-cyan));
}
.resource-panel__head--video {
  background: linear-gradient(120deg, #8a3a00, var(--tech-orange));
}
.resource-kicker {
  margin: 0 0 .35rem;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.resource-list .list-group-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.3rem 1.5rem;
  color: var(--tech-ink);
  background: #fff;
  border-color: #c6dce2;
  text-decoration: none;
}
.resource-list .list-group-item:hover, .resource-list .list-group-item:focus-visible {
  color: var(--tech-ink);
  background: #fff8e9;
}
.resource-list strong {
  display: block;
  margin-bottom: .25rem;
  font-size: 1.02rem;
}
.resource-list small {
  display: block;
  color: var(--tech-muted);
}
.resource-order {
  color: #8a3a00;
  font-weight: 900;
}
.resource-arrow {
  color: var(--tech-blue);
  font-size: 1.35rem;
  font-weight: 900;
}
.site-footer {
  color: #fff;
  background: #052f3d;
}
.site-footer p {
  color: #fff;
}
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding: .65rem .9rem;
  color: #fff;
  background: #073b4c;
  border: 2px solid #fff;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  font-weight: 900;
}
.back-to-top:hover {
  color: #fff;
  background: #8a3a00;
}
.back-to-top[hidden] {
  display: none !important;
}
@media (max-width: 991.98px) {
  .site-header {
    position: static !important;
  }
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--tech-line);
  }
  .min-vh-hero {
    min-height: auto;
  }
  .hero-photo {
    max-height: 78svh;
  }
  .hero-photo img {
    aspect-ratio: 4 / 5;
    object-position: center 14%;
  }
  .hero-section {
    background: linear-gradient(180deg, #fff 0 43%, var(--tech-sky) 43% 75%, #fff4e6 100%);
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
  .display-name {
    font-size: clamp(3rem, 22vw, 5rem);
  }
  .hero-content {
    padding: 2.5rem 1rem 3.5rem !important;
  }
  .metric-card {
    padding-left: 3.7rem;
  }
  .resource-list .list-group-item {
    grid-template-columns: auto 1fr;
  }
  .resource-arrow {
    grid-column: 2;
  }
  .back-to-top__text {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@media (prefers-contrast: more) {
  :root {
    --tech-muted: #1c3446;
    --tech-line: #35576b;
  }
  .site-header {
    background: #fff;
  }
  .metric-card, .impact-card, .cover-card, .resource-panel {
    border: 2px solid #000;
  }
}
@media print {
  .site-header, .back-to-top, .skip-link, .tech-orbit {
    display: none !important;
  }
  .min-vh-hero {
    min-height: auto;
  }
  .section-space {
    padding-block: 2rem;
  }
  a[href]::after {
    content: " ("attr(href) ")";
    font-size: .75em;
  }
}
/* Enhanced academic impact icons */
.impact-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(0, 167, 181, .14), rgba(255, 166, 48, .16));
  border: 2px solid rgba(0, 110, 125, .35);
  box-shadow: 0 0 0 .55rem rgba(0, 167, 181, .06), 0 1rem 2rem rgba(0, 70, 85, .12)
}
.impact-icon svg {
  width: 3rem;
  height: 3rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #006b78
}
.impact-card:hover .impact-icon, .impact-card:focus-within .impact-icon {
  transform: translateY(-4px) rotate(-2deg);
  box-shadow: 0 0 0 .65rem rgba(0, 167, 181, .09), 0 1.2rem 2.4rem rgba(0, 70, 85, .18)
}
.impact-icon, .impact-icon svg {
  transition: transform .25s ease, box-shadow .25s ease
}
.cover-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: inherit
}
.cover-open:focus-visible {
  outline: 4px solid #ff9d18;
  outline-offset: 5px
}
.cover-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #005f6b;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .25)
}
.cover-open:hover .cover-zoom {
  transform: scale(1.1)
}
.cover-modal .modal-content {
  background: #071c24;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25)
}
.cover-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, .2)
}
.cover-modal .btn-close {
  filter: invert(1)
}
.cover-modal .modal-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 1rem 4.5rem
}
#coverModalImage {
  max-height: 78vh;
  width: auto
}
.cover-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
  height: 3.25rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: #063b46;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1
}
.cover-nav:focus-visible {
  outline: 4px solid #ffb13b;
  outline-offset: 3px
}
.cover-prev {
  left: .75rem
}
.cover-next {
  right: .75rem
}
@media(max-width:575.98px) {
  .cover-modal .modal-body {
    padding: 1rem 3.5rem
  }
  .cover-nav {
    width: 2.75rem;
    height: 2.75rem
  }
}
@media(prefers-reduced-motion:reduce) {
  .impact-icon, .impact-icon svg, .cover-zoom {
    transition: none !important
  }
}
/* =========================================================
   Header, hero title and language switch enhancements
   Add this block to the end of assets/css/style.css
   ========================================================= */
.navbar-brand .brand-copy {
  line-height: 1.15;
}
.navbar-brand .brand-copy strong {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  letter-spacing: .08em;
}
.navbar-brand .brand-copy small {
  display: block;
  margin-top: .2rem;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .72;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 2.5rem;
  padding: .45rem .75rem;
  border: 1px solid currentColor;
  color: inherit;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}
.language-switch:hover, .language-switch:focus-visible {
  background: currentColor;
  color: var(--bs-body-bg, #fff);
}
.hero-honor {
  color: var(--bs-secondary-color);
  font-size: clamp(.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  letter-spacing: .12em;
}
.hero-name-en {
  margin: 0;
  color: var(--bs-secondary-color);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-position {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
}
.hero-position::before {
  position: absolute;
  top: .18em;
  bottom: .18em;
  left: 0;
  width: 3px;
  background: currentColor;
  content: "";
  opacity: .55;
}
@media (max-width: 991.98px) {
  .navbar-nav .language-switch {
    width: 100%;
    margin-top: .5rem;
  }
}
/* =========================================================
   English Hero
   ========================================================= */
html .hero-content {
  width: 100%;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
/* ---------------------------------------------------------
   Main Title
   --------------------------------------------------------- */
html[lang="en"] .display-name {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: none;
}
/* ---------------------------------------------------------
   Chinese Name
   --------------------------------------------------------- */
html[lang="en"] .hero-name-zh {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */
@media (min-width: 992px) {
  html[lang="en"] .min-vh-hero {
    min-height: 0;
  }
  html[lang="en"] .hero-section .row {
    min-height: 0;
  }
  html[lang="en"] .hero-photo-wrap {
    min-height: 0;
  }
  html[lang="en"] .hero-photo {
    height: 100%;
  }
  html[lang="en"] .hero-photo img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media (max-width: 991.98px) {
  html[lang="en"] .display-name {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }
  html[lang="en"] .hero-photo {
    height: auto;
  }
  html[lang="en"] .hero-photo img {
    height: auto !important;
    object-fit: contain;
  }
  html[lang="en"] .metric-card {
    min-height: 0;
  }
}
/* =========================================================
   Metric cards without numbers
   ========================================================= */
.metric-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
  padding: 1.25rem 1.4rem;
  text-align: left;
}
.metric-card h2, .metric-card p {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.metric-card h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.metric-card p {
  margin-top: 0;
  margin-bottom: 0;
}
/* 舊數字樣式完全停用 */
.metric-card .metric-index {
  display: none;
}
/* 若原本使用第一個元素預留數字空間，也一起清除 */
.metric-card > :first-child {
  margin-left: 0;
}
/* =========================================================
   Language switch
   ========================================================= */
.language-switch {
  color: var(--theme-primary);
  background: #fff;
  border: 1px solid var(--theme-primary);
}
.language-switch:hover, .language-switch:focus-visible {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}
/* =========================================================
   Hero photo
   ========================================================= */
.hero-photo-wrap {
  background: var(--theme-surface);
}
.hero-photo {
  background: var(--theme-surface);
}
.hero-photo::after {
  background:
    linear-gradient(180deg, rgba(102, 103, 171, 0) 55%, rgba(30, 39, 70, 0.16) 100%);
}
/* =========================================================
   Metric cards
   ========================================================= */
.metric-card {
  color: var(--theme-ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--theme-primary-light);
  box-shadow: 0 12px 28px rgba(70, 72, 125, 0.08);
}
.metric-card:hover {
  background: #fff;
  border-color: var(--theme-primary);
  box-shadow: var(--theme-shadow);
  transform: translateY(-3px);
}
.metric-card h2, .metric-card .h5 {
  color: var(--theme-ink);
  text-align: left;
}
.metric-card p {
  color: var(--theme-ink-soft);
  text-align: left;
}
.metric-index {
  color: var(--theme-primary);
}
/* 移除數字後，確保文字靠左 */
.metric-card h2, .metric-card p {
  margin-left: 0;
  padding-left: 0;
}
.metric-card .metric-index:empty {
  display: none;
}
/* =========================================================
   Publications / Highlights
   ========================================================= */
.cover-card {
  background: #fff;
  border: 1px solid var(--theme-border);
  box-shadow: 0 16px 35px rgba(70, 72, 125, 0.1);
}
.cover-card:hover {
  border-color: var(--theme-primary);
  box-shadow: var(--theme-shadow);
  transform: translateY(-5px);
}
.cover-open:focus-visible {
  outline-color: var(--theme-focus);
}
.cover-zoom {
  color: #fff;
  background: var(--theme-primary);
  box-shadow: 0 7px 20px rgba(79, 80, 142, 0.28);
}
.cover-open:hover .cover-zoom, .cover-open:focus-visible .cover-zoom {
  color: var(--theme-ink);
  background: var(--theme-highlight);
}
/* =========================================================
   Resources
   ========================================================= */
.resources-section {
  background:
    linear-gradient(145deg, var(--theme-surface-light) 0%, #fff 65%, rgba(184, 225, 255, 0.35) 100%);
}
.resource-panel {
  background: #fff;
  border: 1px solid var(--theme-border);
  border-top: 4px solid var(--theme-primary);
  box-shadow: 0 14px 36px rgba(70, 72, 125, 0.08);
}
.resource-panel__head {
  background:
    linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-light) 100%);
}
.resource-panel__head--video {
  background:
    linear-gradient(135deg, var(--theme-primary-dark) 0%, var(--theme-accent) 100%);
}
.resource-panel__head, .resource-panel__head h3, .resource-kicker {
  color: #fff;
}
.resource-list .list-group-item {
  color: var(--theme-ink);
  background: #fff;
  border-color: rgba(102, 103, 171, 0.15);
}
.resource-list .list-group-item:hover, .resource-list .list-group-item:focus {
  color: var(--theme-ink);
  background: var(--theme-surface-light);
}
.resource-list strong {
  color: var(--theme-ink);
}
.resource-list small {
  color: var(--theme-ink-soft);
}
.resource-order {
  color: var(--theme-primary);
}
.resource-arrow {
  color: var(--theme-primary);
}
.resource-list .list-group-item:hover .resource-arrow {
  color: var(--theme-primary-dark);
}
/* =========================================================
   Modal
   ========================================================= */
.cover-modal .modal-content {
  background: #fff;
  border: 1px solid var(--theme-border);
  box-shadow: 0 25px 70px rgba(30, 39, 70, 0.24);
}
.cover-modal .modal-header {
  color: var(--theme-ink);
  background: var(--theme-surface-light);
  border-bottom-color: var(--theme-border);
}
.cover-modal .modal-body {
  background:
    linear-gradient(135deg, #f7f7fc, var(--theme-surface));
}
.cover-nav {
  color: #fff;
  background: rgba(79, 80, 142, 0.9);
}
.cover-nav:hover, .cover-nav:focus-visible {
  color: var(--theme-ink);
  background: var(--theme-highlight);
}
/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  color: #fff;
  background:
    linear-gradient(135deg, var(--theme-primary-dark) 0%, var(--theme-primary) 100%);
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover, .site-footer a:focus {
  color: var(--theme-highlight);
}
/* =========================================================
   Back to top
   ========================================================= */
.back-to-top {
  color: #fff;
  background: var(--theme-primary);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 30px rgba(79, 80, 142, 0.3);
}
.back-to-top:hover, .back-to-top:focus-visible {
  color: var(--theme-ink);
  background: var(--theme-highlight);
}
/* =========================================================
   Buttons
   ========================================================= */
.btn-primary {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: var(--theme-primary-dark);
  border-color: var(--theme-primary-dark);
}
.btn-outline-primary {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}
/*=========================================
Hero Highlight
=========================================*/
.hero-highlight {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background-image: url("/yj_one.php?asset=images/highlight-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(184, 225, 255, .35), transparent 35%), radial-gradient(circle at 82% 75%, rgba(216, 180, 226, .28), transparent 30%);
  pointer-events: none;
}
.hero-highlight__figure {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.hero-highlight__figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.cover-card {
  position: relative;
  height: 100%;
}
.cover-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.cover-open img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.35s ease, filter 0.35s ease;
}
.cover-open:hover img {
  transform: scale(1.025);
  filter: brightness(0.92);
}
.cover-open:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}
.cover-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 50%;
  background: rgb(0 0 0 / 72%);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(0.5rem);
  transition:
    opacity 0.25s ease, transform 0.25s ease;
}
.cover-open:hover .cover-zoom, .cover-open:focus-visible .cover-zoom {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .cover-open img, .cover-zoom {
    transition: none;
  }
  .cover-open:hover img {
    transform: none;
  }
}