:root { color-scheme: light; --link: #0000cc; --rule: #999; }
* { box-sizing: border-box; }
html { scroll-padding-top: 80px; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; background: #fff; color: #111; font-family: "Latin Modern Roman", Georgia, serif; font-size: 16px; line-height: 1.45; }
a, a:visited { color: var(--link); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--link); outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -80px; left: 16px; padding: 12px; background: #fff; z-index: 100; }
.skip-link:focus { top: 8px; }
.site-header { position: sticky; top: 0; z-index: 20; width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding: 0 max(24px, calc((100vw - 1080px) / 2)); background: #fff; }
#site-nav { display: flex; align-items: center; gap: 18px; font-size: 16px; }
#site-nav a, #site-nav a:visited { color: inherit; text-decoration: none; }
#site-nav > a, .nav-teaching > a { display: inline-block; padding: 7px 0; white-space: nowrap; }
#site-nav a[aria-current="page"], #site-nav a[data-active="true"] { font-weight: 700; }
.nav-teaching { position: relative; display: flex; align-items: center; gap: 2px; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--link); width: 32px; height: 40px; padding: 6px; }
.site-header .icon-button { color: inherit; }
.icon-button svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; width: 21px; height: 21px; }
.submenu-toggle { width: 26px; padding: 3px; }
.submenu { position: absolute; top: 40px; right: 0; width: 320px; padding: 8px 0; background: #fff; border: 1px solid #ddd; box-shadow: 0 3px 10px #0001; }
.submenu a { display: block; padding: 10px 16px; line-height: 1.4; }
.submenu a:hover { background: #f6f6f6; }
.menu-toggle { display: none; }
.content-shell { width: calc(100% - 48px); max-width: 1040px; margin: 0 auto; padding: 26px 0 0; flex: 1 0 auto; }
h1, h2, h3 { font-family: inherit; line-height: 1.2; }
h1, h2 { margin: 0 0 22px; padding-bottom: 7px; border-bottom: 1px solid var(--rule); font-weight: 700; overflow-wrap: break-word; }
h1 { font-size: 29px; }
h2 { font-size: 26px; }
h3 { font-size: 19px; margin: 0 0 7px; font-weight: 700; }
p { margin: 0; }
p + p, ul + p, ol + p { margin-top: 18px; }
ul, ol { margin: 10px 0 0; padding-left: 26px; }
li + li { margin-top: 7px; }
li p, li p + p { margin: 0; }
.page-section + .page-section { margin-top: 36px; }
.page-section > h2 + ul, .page-section > h1 + ul { margin-top: 0; }
.paper { padding-left: 22px; }
.paper + .paper { margin-top: 24px; }
.paper-title { margin-left: -22px; }
.paper p + p { margin-top: 2px; }
.paper .resource-links { margin-top: 5px; }
.resource-links { font-size: 15px; }
.paper-citation, .paper-citation summary { display: inline; }
.paper-citation summary { color: var(--link); cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; list-style: none; }
.paper-citation summary::-webkit-details-marker { display: none; }
.citation-panel { margin: 10px 0 12px; padding: 12px 14px; border: 1px solid #ddd; }
.citation-panel label, .citation-label { display: block; margin-bottom: 5px; }
.citation-panel textarea { display: block; width: 100%; min-height: 8em; margin: 0 0 12px; padding: 10px; resize: vertical; border: 1px solid #ccc; border-radius: 0; background: #fafafa; color: inherit; font: 13px/1.5 ui-monospace, "Cascadia Code", "Liberation Mono", monospace; }
.apa-citation { overflow-wrap: anywhere; }
@media (max-width: 767px) { .citation-panel textarea { font-size: 16px; } }
.paper-abstract { margin-top: 5px; }
.paper-abstract summary, .instructor-note summary { width: fit-content; color: var(--link); cursor: pointer; font-size: 15px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.paper-abstract > p, .instructor-note > p { max-width: 85ch; margin-top: 8px; }
.instructor-note { margin-top: 16px; }
.media-item + .media-item { margin-top: 24px; }
.media-meta { font-size: 15px; margin-top: 3px; }
.media-note { margin-top: 5px; }
.course-group { margin-top: 20px; }
.course-group + .course-group { margin-top: 26px; }
.course { margin: 14px 0 0 22px; }
.course-details { margin: 2px 0 0 22px; }
.evaluation-note, .catalog-note, .document-note, .award-note { font-size: 15px; }
.teaching-project + .teaching-project { margin-top: 24px; }
.teaching-project h3 a, .separator { font-weight: 400; }
.teaching-project p { margin-left: 22px; }
.program-line { margin: -10px 0 20px; }
.program-line + p { margin-top: 0; }
.document-note { margin-top: 8px; }
blockquote { margin: 18px 0 0 22px; max-width: 80ch; }
.discussion-group { margin-top: 26px; }
.discussion-group h2 { font-size: 21px; border: 0; margin-bottom: 16px; padding: 0; }
.discussion { margin: 0 0 21px; padding-left: 22px; }
.discussion-title { margin-left: -22px; }
.discussion p + p { margin-top: 2px; }
.discussion-meta { font-size: 15px; }
.home-page { padding-top: 24px; }
.home-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.portrait { display: block; width: 100%; height: auto; }
.home-bio { padding-top: 4px; }
.home-bio h1 { font-size: 34px; border: 0; padding: 0; margin-bottom: 18px; }
.home-bio > p, .home-bio > .affiliation { margin: 0 0 22px; }
.home-bio > :last-child { margin-bottom: 0; }
.affiliation p { margin: 0; }
.contact-links { font-size: 15px; }
.home-rule { height: 0; border: 0; border-top: 1px solid var(--rule); margin: 32px 0 0; }
.recent-updates { margin-top: 22px; font-size: 15px; }
.recent-updates h2 { margin-bottom: 14px; padding: 0; border: 0; font-size: 20px; font-weight: 400; }
.update-list { list-style: none; margin: 0; padding: 0; }
.update-list li { display: grid; grid-template-columns: 112px 1fr; gap: 18px; }
.update-list li + li { margin-top: 10px; }
.update-list time { color: #555; }
.update-list p { margin: 0; }
.update-date time, .update-status { display: block; }
.update-status { color: #555; font-size: 14px; font-style: italic; }
.update-program { white-space: nowrap; }
.updates-history-link { margin: 18px 0 0; }
.update-group { margin-top: 30px; }
.update-group .update-list li + li { margin-top: 18px; }
.site-footer { flex: 0 0 auto; padding: 40px 24px 20px; font-size: 14px; text-align: center; }
dialog { width: min(720px, calc(100vw - 32px)); max-height: 85vh; padding: 24px; border: 1px solid #aaa; background: #fff; color: #111; }
dialog::backdrop { background: #0005; }
.search-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.search-heading h2 { font-size: 25px; border: 0; margin-bottom: 20px; }
.search-heading .icon-button { font: 28px Arial, sans-serif; }
#search-input { display: block; width: 100%; padding: 12px; margin: 12px 0; border: 1px solid #777; border-radius: 0; font-size: 16px; }
#search-results { list-style: none; padding: 0; }
#search-results li { margin: 20px 0; }
#search-results p { margin: 8px 0 0; }
#search-status { margin: 0; }
.not-found p { margin-top: 24px; }
@media (max-width: 767px) {
  body { font-size: 15px; }
  .site-header { min-height: 56px; justify-content: space-between; padding: 0 16px; }
  .menu-toggle { display: inline-flex; }
  body.js #site-nav { display: none; position: fixed; top: 56px; bottom: 0; left: 0; width: min(320px, 90vw); padding: 16px; align-items: stretch; flex-direction: column; gap: 8px; overflow-y: auto; background: #fff; box-shadow: 3px 5px 12px #0002; }
  body.js #site-nav.is-open { display: flex; }
  body:not(.js) #site-nav { flex-wrap: wrap; gap: 0; }
  #site-nav > a, .nav-teaching > a { white-space: normal; padding: 12px; }
  .nav-teaching { flex-wrap: wrap; }
  .nav-teaching > a { flex: 1; }
  .submenu { position: static; width: 100%; padding: 0 0 0 12px; box-shadow: none; border: 0; }
  .submenu a { padding: 12px; }
  .content-shell { padding-top: 20px; }
  h1 { font-size: 27px; }
  h2 { font-size: 24px; }
  .home-page { padding-top: 12px; }
  .home-layout { display: block; }
  .portrait { width: 70%; max-width: 245px; margin: 0 auto 26px; }
  .home-bio { padding: 0; }
  .home-bio h1 { font-size: 32px; }
  .home-bio > p, .home-bio > .affiliation { margin-bottom: 20px; }
  .home-rule { margin-top: 28px; }
  .update-list li { grid-template-columns: 1fr; gap: 2px; }
  .update-list li + li { margin-top: 14px; }
  .contact-links { font-size: 15px; }
  .site-footer { padding: 32px 16px 16px; font-size: 13px; }
  .content-shell a { overflow-wrap: anywhere; }
  .paper, .discussion { padding-left: 14px; }
  .paper-title, .discussion-title { margin-left: -14px; }
  .course { margin-left: 0; }
  .course-details, .teaching-project p, blockquote { margin-left: 14px; }
}
@media print {
  .site-header, dialog, .skip-link { display: none; }
  .content-shell { max-width: none; width: 100%; }
  .site-footer { margin-top: 32px; }
}
