.research-hero-card {
  position: relative;
  overflow: hidden;
  margin: 28px 0 36px;
  padding: 54px 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(5, 24, 44, 0.96), rgba(8, 58, 92, 0.92)), url("/images/background.png");
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: 0 18px 48px rgba(5, 24, 44, 0.18);
}

.research-hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.26), transparent 65%);
}

.research-hero-label {
  margin-bottom: 14px;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.research-hero-card h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.15;
  color: white;
}

.research-hero-subtitle {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.75;
}

.research-intro-panel,
.research-message-panel {
  margin: 34px 0 20px;
  padding: 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.research-intro-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.7fr);
  gap: 36px;
  align-items: start;
}

.research-intro-heading span,
.research-section-title span,
.publication-year-heading span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0284c7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.research-intro-heading h2,
.research-section-title h2,
.publication-year-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.9rem;
  line-height: 1.25;
}

.research-intro-text p,
.research-message-panel p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.85;
}

.research-section-title {
  margin: 30px 0 22px;
  text-align: center;
}

.research-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0 48px;
}

.research-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 30px 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: white;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.research-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(236, 72, 153, 0.06));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.research-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.research-card:hover::before {
  opacity: 1;
}

.research-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 1.25rem;
}

.research-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.25rem;
}

.research-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.research-card-more {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  color: #0284c7;
  font-weight: 700;
  font-size: 0.95rem;
}

.publication-list {
  margin: 36px 0 56px;
}

.publication-year-section {
  margin-bottom: 48px;
}

.publication-year-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.publication-year-heading h2 {
  font-size: 2.1rem;
}

.publication-year-list {
  display: grid;
  gap: 16px;
}

.publication-card {
  display: block;
  padding: 24px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: white;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.publication-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.publication-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.publication-year,
.publication-type {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.publication-year {
  background: #e0f2fe;
  color: #0369a1;
}

.publication-type {
  background: #f1f5f9;
  color: #475569;
}

.publication-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.45;
}

.publication-citation {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.publication-link {
  display: inline-block;
  margin-top: 14px;
  color: #0284c7;
  font-weight: 800;
  font-size: 0.92rem;
}

@media (max-width: 800px) {
  .research-hero-card {
    padding: 38px 28px;
  }
  .research-intro-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .research-card-grid {
    grid-template-columns: 1fr;
  }
  .publication-year-heading {
    display: block;
  }
}

/*# sourceMappingURL=research.css.map */