/*!
 * Astrorix Academic Project Page Template
 * https://github.com/astrorix
 * 
 * Free to use and modify. Credit appreciated.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap');

body {
  font-family: 'Inter', sans-serif;
  color: #3f3f46;
  line-height: 1.7;
  background-color: #f8fafc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Outfit', sans-serif;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.hero {
  background-color: transparent;
}

.hero.is-light {
  background-color: #f1f5f9;
}

.section-spacing {
  padding: 3rem 1.5rem !important;
}

.section-spacing .hero-body {
  padding: 0 !important;
}


.content-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin-bottom: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}


.video-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background: #000;
  margin: 10px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.video-container:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.video-container video,
.video-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.styled-image {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.styled-image:hover {
  transform: scale(1.01);
}

.img-caption {
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.01em;
}


.table.is-bordered {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: hidden;

}

.table th {
  background-color: #f8fafc;
  color: #1e293b;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  border-color: #e2e8f0;
}

.table td,
.table th {
  border: 1px solid #e2e8f0;
  padding: 14px 16px;
  vertical-align: middle;
}

.table tbody tr {
  transition: background-color 0.2s ease;
}

.table tbody tr:hover {
  background-color: #f1f5f9;
}


.publication-title {
  font-weight: 800;
  font-size: 3rem !important;
  line-height: 1.2;
  background: linear-gradient(90deg, #0f172a, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(59, 130, 246, 0.1);
  margin-bottom: 1.5rem !important;
}

.publication-authors {
  font-family: 'Inter', sans-serif;
  color: #475569;
}

.publication-authors a {
  color: #2563eb !important;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px dashed transparent;
}

.publication-authors a:hover {
  color: #1d4ed8 !important;
  text-decoration: none;
  border-bottom-color: #1d4ed8;
}


.button.is-dark {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important;
  border: none;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 1.5rem;
}

.button.is-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(15, 23, 42, 0.3);
  color: #fff !important;
}


.footer {
  background-color: #f1f5f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #e2e8f0;
}

.footer a {
  color: #2563eb;
}

.footer a:hover {
  text-decoration: underline;
}

.link-block a {
  margin-top: 8px;
  margin-bottom: 8px;
}


.publication-venue {
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  font-weight: bolder;
}

.author-block {
  display: inline-block;
  margin-right: 0.2em;
}

.eql-cntrb {
  font-size: 0.9em;
  color: #64748b;
  margin-top: 10px;
  display: inline-block;
}


.results-carousel {
  overflow: hidden;
  padding-bottom: 20px;
}

.results-carousel .item {
  margin: 10px;
  overflow: hidden;
  padding: 10px;
}

.results-carousel video {
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.slider-pagination .slider-page {
  background: #cbd5e1;
}

.slider-pagination .slider-page.is-active {
  background: #3b82f6;
}


.content p {
  color: #475569;
  font-size: 1.05rem;
}

hr {
  background-color: #e2e8f0;
  height: 1px;
  border: none;
  margin: 2.5rem 0;
}