/* Shared LFTCM2026 and WestLake theme extensions. */

.title-slide .blue-band {
  background: var(--lean-blue);
  flex: 1;
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.title-slide .subtitle {
  max-width: 34em;
  margin: 0 0 1.35em;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08em;
  font-weight: 300;
  line-height: 1.4;
}

.title-slide .meta .institution {
  margin-top: 0.45em;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76em;
  font-weight: 300;
  line-height: 1.35;
}

.reveal h3 {
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 0.3em 0;
  color: var(--text-dark);
}

.reveal ul li {
  margin-bottom: 0.9em;
}

.reveal ul.agenda,
.reveal ul.final-thoughts {
  display: grid;
  gap: 1.2em;
  list-style: none;
  margin-top: 2em;
  padding: 0;
}

.reveal ul.agenda li,
.reveal ul.final-thoughts li {
  position: relative;
  min-height: 2.5em;
  margin: 0;
  padding: 0.55em 0.75em 0.55em 3.2em;
  border-left: 4px solid var(--lean-teal);
  background: var(--bg-code);
}

.reveal ul.agenda li::before,
.reveal ul.final-thoughts li::before {
  position: absolute;
  left: 0.8em;
  top: 0.62em;
  color: var(--lean-teal);
  font-size: 0.85em;
  font-weight: 700;
}

.reveal ul.agenda li:nth-child(4)::before {
  content: "IV";
}

.reveal ul.final-thoughts li:nth-child(1)::before {
  content: "1";
}

.reveal ul.final-thoughts li:nth-child(2)::before {
  content: "2";
}

.reveal ul.final-thoughts li:nth-child(3)::before {
  content: "3";
}

.reveal ul.final-thoughts {
  margin-top: 1.8em;
  gap: 2.2em;
}

.reveal ul.final-thoughts li {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}

.reveal ul.final-thoughts li::before {
  top: 1em;
}

.reveal code.math {
  background: transparent;
  padding: 0;
  font-size: 1em;
}

.reveal pre {
  font-size: 0.8em !important;
  width: 100%;
  margin: 0.4em 0;
  box-shadow: none !important;
  border: 1px solid var(--border-code);
  border-radius: 6px;
  background: var(--bg-code);
}

.reveal pre code {
  padding: 0.8em 1em;
  font-size: 1em !important;
  max-height: 70vh;
  background: var(--bg-code);
}

.reveal pre code.hljs {
  color: #1e293b;
}

.reveal pre code.hljs .hljs-keyword {
  color: #cf222e;
  font-weight: 700;
}

.reveal pre code.hljs .hljs-built_in,
.reveal pre code.hljs .hljs-type,
.reveal pre code.hljs .hljs-number {
  color: #0550ae;
}

.reveal pre code.hljs .hljs-meta,
.reveal pre code.hljs .hljs-title {
  color: #8250df;
}

.reveal pre code.hljs .hljs-string {
  color: #0a3069;
}

.reveal pre code.hljs .hljs-comment {
  color: #6e7781;
  font-style: italic;
}
