
.reveal .slides section.manual-title-slide {
  text-align: left;
}

.metro-title-slide {
  margin-top: 21vh;
  margin-left: 3.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.metro-title-main {
  color: #1e90ff;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.metro-title-sub {
  margin-top: 1.2rem;
  color: #ff8c00;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.metro-title-rule {
  margin-top: 1.85rem;
  width: 74%;
  height: 0;
  border-top: 2px solid #ff8c00;
}

.metro-title-meta {
  margin-top: 2.8rem;
  color: #2f3e46;
  font-size: 1.18rem;
  line-height: 1.8;
}

.metro-title-author,
.metro-title-date {
  font-size: 1.22rem;
}

.metro-title-institute {
  margin-top: 0.8rem;
}


.border {
  border: 1px solid #dee2e6;
}

.border-thick {
  border-width: 3px;
}

.centered-figure {
  text-align: center;
}

.centered-figure img {
  display: inline-block;
}

.centered-caption {
  font-size: 0.9em;
  color: #666;
}

.attack-card {
  border-radius: 14px;
  border: 2px solid #d9d9d9;
  padding: 1rem 1.1rem;
  min-height: 10rem;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.poisoning-card {
  border-color: #9b2226;
  background: linear-gradient(180deg, #fff4f1 0%, #ffffff 100%);
}

.evasion-card {
  border-color: #005f73;
  background: linear-gradient(180deg, #eefafb 0%, #ffffff 100%);
}

.attack-card-formula {
  margin-top: 1.1rem;
  font-size: 1.2rem;
}

.pipeline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem 0;
}

.pipeline-box {
  min-width: 10rem;
  padding: 0.8rem 0.9rem;
  border: 2px solid #1d3557;
  border-radius: 14px;
  background: linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
  text-align: center;
  box-shadow: 0 10px 24px rgba(29, 53, 87, 0.08);
}

.pipeline-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d3557;
}

.pipeline-math {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}

.pipeline-arrow {
  font-size: 1.5rem;
  color: #9b2226;
}

.question-box {
  margin: 2.5rem auto 0 auto;
  max-width: 52rem;
  padding: 1.4rem 1.8rem;
  border: 2px solid #1d3557;
  border-radius: 16px;
  background: linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(29, 53, 87, 0.08);
  text-align: center;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.4;
}

.notebook-pill {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: #fff3a3;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.01em;
}
