/* Layout helpers */
.page-header h1, .post header h1 {
  margin-top: 0;
}

.post-meta {
  font-size: 0.85rem;
  color: #555;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  line-height: 1.65;
  background: #ffffff;
  color: #222222;
  font-size: 1rem;
}

.skip-link {
  position: absolute;
  left: -1000px;
  top: -1000px;
  background: #007acc;
  color: #fff;
  padding: 0.5rem;
}

.skip-link:focus {
  left: 0;
  top: 0;
}

/* Nav */
.site-nav {
  background: #f7f9fc;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.site-nav .nav-inner {
  max-width: 860px;
  margin: 0 auto;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.site-nav a {
  color: #0055aa;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem;
}

.site-nav a[aria-current=page] {
  background: #007acc;
  color: #fff;
}

.nav-toggle {
  display: none;
}

@media (max-width: 700px) {
  .nav-toggle {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  #nav-menu {
    display: none;
    flex-direction: column;
  }
  #nav-menu.open {
    display: flex;
  }
}
/* Layout */
main {
  max-width: 860px;
  margin: 2rem auto;
  padding: 0 1rem;
}

/* Headings */
h1, h2, h3 {
  line-height: 1.3;
}

h1 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #007acc;
  margin: 2.5rem 0 1.25rem;
}

h3 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #666666;
  margin: 2.25rem 0 0.4rem;
}

/* Links */
a {
  color: #0055aa;
}

a:hover {
  text-decoration: underline;
}

/* Paper entries */
p:has(+ .paper-authors) {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  margin-bottom: 0;
}

p:has(+ .paper-authors) a {
  display: inline-block;
  background: #eef2ff;
  color: #3b5bdb;
  padding: 0.1rem 0.45rem;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0.15rem 0.15rem 0;
}

p:has(+ .paper-authors) a:hover {
  background: #dde5ff;
  text-decoration: none;
}

p:has(+ .paper-authors) strong {
  font-size: 1rem;
}

.paper-authors {
  font-size: 0.85em;
  font-style: italic;
  margin: 0 0 0.6rem;
}

/* Research section */
#research {
  clear: both;
}

/* Footer */
.site-footer {
  text-align: center;
  font-size: 0.85rem;
  padding: 2rem 0;
  color: #666666;
  border-top: 1px solid #e2e8f0;
  margin-top: 3rem;
}

.site-footer a {
  color: #666666;
}

.site-footer a:hover {
  color: #0055aa;
}

/* Headshot */
.headshot {
  float: left;
  margin: 0 1.5rem 1rem 0;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 600px) {
  .headshot {
    float: none;
    display: block;
    margin: 0 auto 1.5rem;
  }
}
.highlight-note {
  background: #007acc;
  color: #fff;
  padding: 0.75rem;
  border-radius: 6px;
}

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