:root {
  --paper: #ffffff;
  --white: #fff;
  --ink: #1e293b;
  --muted: #64748b;
  --line: #e2e8f0;
  --accent: #2563eb;
  --accent-soft: #eff6ff;
  --postech: #c9006c;
  --card: #fafbfd;
  --display: 'Inter', sans-serif;
  --body: 'Inter', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
::selection { background: #dbeafe; color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
button, select { font: inherit; }
button, summary, select { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: wait; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { font-weight: 750; letter-spacing: -1.8px; line-height: 1.2; }
h2 { font-size: 24px; font-weight: 750; letter-spacing: -.7px; line-height: 1.4; }
h3 { font-size: 17px; font-weight: 700; letter-spacing: -.3px; line-height: 1.5; }
img { max-width: 100%; }
.accent, .wordmark-dot { color: var(--accent); }
.muted { color: var(--muted); }
.small { font-size: 12px; }
.eyebrow { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.skip-link { position: fixed; left: 20px; top: -80px; padding: 12px 20px; background: var(--ink); color: white; z-index: 20; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); line-height: 1.65; }
.nav-inner { max-width: 1000px; margin: 0 auto; padding: .9rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.nav-logo { font-weight: 800; font-size: 1.15rem; letter-spacing: -.5px; color: var(--ink); white-space: nowrap; }
.wordmark { font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: -.7px; }
.wordmark-dot { padding-left: 2px; }
.nav-links { display: flex; gap: 2rem; color: var(--muted); font-size: .9rem; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a[aria-current] { color: var(--accent); }
.container { max-width: 1000px; margin: auto; }
.profile { display: grid; grid-template-columns: 225px 1fr; gap: 64px; padding: 76px 0 66px; align-items: start; }
.portrait-link { display: block; width: fit-content; overflow: hidden; background: #f1f5f9; border-radius: 50%; border: 3px solid white; box-shadow: 0 4px 24px #2563eb1f; cursor: zoom-in; }
.portrait { display: block; width: 215px; height: 215px; object-fit: cover; object-position: 50% 40%; }
.portrait-caption { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted); }
.location-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.profile-info h1 { font-size: 48px; margin: 10px 0 12px; }
.profile-role { font-size: 14px; line-height: 1.85; color: #64748b; }
.profile-role a, .profile-bio a { color: var(--accent); }
.profile-role a:hover, .profile-bio a:hover { text-decoration: underline; }
.profile-role strong { font-weight: 600; color: var(--ink); }
.profile-role .postech { color: var(--postech); font-weight: 700; }
.degree-heading { display: flex; align-items: center; gap: 8px 12px; flex-wrap: wrap; margin-bottom: 4px; }
.degree-heading > strong { font-size: 15px; }
.degree-badge { display: inline-block; padding: 1px 9px; border-radius: 20px; background: #dbeafe; color: #1d4ed8; font-size: 10px; font-weight: 600; white-space: nowrap; }
.degree-badge.secondary { background: #f1f5f9; color: var(--muted); margin-left: 5px; }
.bachelors { font-size: 12px; line-height: 1.8; margin-top: 12px; }
.profile-tags { margin: 0 0 22px; }
.tags.profile-tags span { border-radius: 20px; }
.separator { display: inline-block; margin: 0 8px; color: #94a3b8; }
.profile-bio { margin: 24px 0; max-width: 625px; font-size: 14px; line-height: 1.85; }
.profile-bio p + p { margin-top: 12px; }
.profile-bio strong { font-weight: 600; }
.profile-links { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 17px; border: 1px solid #bfdbfe; border-radius: 8px; background: var(--accent-soft); color: #1d4ed8; font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .15s, border-color .15s; }
.button:hover { color: var(--accent); border-color: var(--accent); background: var(--accent-soft); }
.button.filled { background: var(--accent); border-color: var(--accent); color: white; }
.button.filled:hover { background: #1d4ed8; }
.button.cv-button { background: #b91c1c; border-color: #b91c1c; color: white; }
.button.scholar-button { background: #1a73e8; border-color: #1a73e8; color: white; }
.button.email-button { background: #16a34a; border-color: #16a34a; color: white; }
.button.cv-button:hover { background: #991b1b; }
.button.scholar-button:hover { background: #155fc2; }
.button.email-button:hover { background: #15803d; }
.portrait-dialog { max-width: min(600px, 90vw); max-height: 90vh; border: 0; border-radius: 12px; padding: 18px; background: white; }
.portrait-dialog::backdrop { background: #0f172acc; backdrop-filter: blur(4px); }
.portrait-dialog form { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.portrait-dialog img { display: block; width: auto; height: auto; max-width: 100%; max-height: 70vh; border-radius: 6px; margin: auto; }
body:has(.portrait-dialog[open]) { overflow: hidden; }
.github-link { font-size: 12px; margin-left: 7px; }
.section { padding: 42px 0 48px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-index { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; color: var(--muted); }
.text-link { font-weight: 600; color: var(--accent); font-size: 12px; }
.text-link:hover { text-decoration: underline; }
.heading-with-note { display: flex; align-items: baseline; gap: 18px; }
.heading-with-note > span { font-size: 12px; color: var(--muted); }
.research-statement { border: 1px solid #bfdbfe; border-left: 4px solid var(--accent); border-radius: 10px; background: linear-gradient(120deg, #eff6ff, #f8faff 65%, #f0fdf4); padding: 24px 28px; }
.research-statement h3 { font-size: 21px; margin: 0 0 12px; font-weight: 700; color: var(--accent); }
.research-tags { margin-bottom: 16px; }
.subsection-title { margin: 30px 0 18px; font-size: 18px; }
.main-badge { display: inline-block; background: var(--accent); color: white; font-size: 9px; font-weight: 600; padding: 1px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: .4px; vertical-align: middle; }
.research-statement p { font-size: 14px; color: #475569; line-height: 1.8; }
.research-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; margin-top: 0; }
.research-grid article { position: relative; border-top: 1px solid var(--line); padding-top: 19px; }
.research-number { font-size: 10px; letter-spacing: 1px; color: var(--accent); }
.research-grid h3 { font-size: 15px; margin: 6px 0; }
.research-grid .tags { gap: 5px; margin-top: 12px; }
.research-grid .tags span { font-size: 10px; border-color: #bfdbfe; color: #1d4ed8; background: var(--accent-soft); padding: 3px 8px; }
.research-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.research-stats > div { display: flex; flex-direction: column; align-items: center; padding: 18px; background: var(--accent-soft); border: 1px solid #bfdbfe; border-radius: 8px; }
.research-stats strong { font-size: 28px; line-height: 1.25; color: var(--accent); }
.research-stats span { font-size: 12px; color: var(--muted); margin-top: 6px; }
.research-stats > div:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; }
.research-stats > div:nth-child(2) strong { color: #16a34a; }
.research-stats > div:nth-child(3) { background: #f8fafc; border-color: var(--line); }
.research-stats > div:nth-child(3) strong { color: #475569; }
.research-grid p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.publication-year { display: grid; grid-template-columns: 56px 1fr; gap: 24px; margin-top: 34px; }
.publication-year:first-child { margin-top: 0; }
.year-label { font-size: 13px; color: var(--muted); font-weight: 500; letter-spacing: 0; padding-top: 7px; }
.year-papers { min-width: 0; }
.publication { display: grid; grid-template-columns: 240px 1fr; gap: 27px; padding: 0 0 29px; margin-bottom: 29px; border-bottom: 1px solid var(--line); }
.publication:last-child { margin-bottom: 0; }
.publication-year:last-child .publication:last-child { border-bottom: 0; padding-bottom: 0; }
.publication-image { display: flex; position: relative; flex-direction: column; align-self: start; border: 1px solid var(--line); border-radius: 4px; background: white; overflow: hidden; }
.publication-image img { display: block; width: 100%; height: 156px; object-fit: contain; padding: 7px; }
.image-label { display: flex; justify-content: space-between; align-items: center; background: #f8fafc; border-top: 1px solid var(--line); padding: 7px 11px; font-size: 10px; color: var(--muted); }
.publication-image:hover { border-color: #93c5fd; }
.publication-image:hover .image-label { color: var(--accent); background: var(--accent-soft); }
.publication-body { min-width: 0; }
.publication-meta { display: flex; gap: 12px; align-items: center; color: var(--accent); font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 7px; }
.paper-id { border: 1px solid #cbd5e1; border-radius: 4px; color: var(--muted); display: inline-block; font-size: 12px; line-height: 1.6; padding: 1px 7px; letter-spacing: .5px; font-weight: 600; }
.publication h3 { font-size: 16px; line-height: 1.55; letter-spacing: -.25px; }
.publication h3 a > span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.authors { color: var(--muted); font-size: 12px; margin-top: 7px; line-height: 1.8; }
.publication-venue { color: var(--accent); font-size: 11px; font-weight: 500; margin-top: 5px; }
.authors strong, .project-authors strong { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.equal-note { display: inline; color: #475569; font-size: .875em; font-style: italic; white-space: nowrap; }
.equal-note b, .contribution-marker { font-weight: 700; }
.publication-summary { color: #475569; font-size: 12px; margin-top: 9px; line-height: 1.7; }
.publication-links { display: flex; gap: 8px; margin-top: 14px; align-items: center; font-size: 11px; font-weight: 600; }
.publication-links a { border: 1px solid #cbd5e1; border-radius: 3px; padding: 3px 11px; line-height: 1.6; }
.publication-links a:hover { background: var(--accent-soft); border-color: var(--accent); }
.publication-links .project-link { color: var(--accent); border-color: #93c5fd; }
.publication-links .cite-jump { border-color: transparent; color: var(--muted); }
.citation-disclosure { margin-top: 10px; }
.citation-disclosure > summary { font-size: 10px; color: var(--muted); width: fit-content; }
.citation-disclosure[open] > summary { color: var(--accent); margin-bottom: 12px; }
.has-js .citation-disclosure:not([open]) { margin-top: 0; }
.has-js .citation-disclosure:not([open]) > summary { display: none; }
.citation-box { border: 1px solid #bfdbfe; border-radius: 12px; background: #f8fafc; overflow: hidden; }
.citation-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; background: #eff6ff; border-bottom: 1px solid #bfdbfe; flex-wrap: wrap; }
.citation-label { font-size: 15px; font-weight: 700; color: #1e40af; }
.citation-toolbar .button { min-height: 40px; font-size: 14px; padding: 8px 14px; background: var(--white); }
.citation-box pre { margin: 0; padding: 22px; white-space: pre-wrap; overflow-wrap: anywhere; font: 14px/1.8 Consolas, 'SFMono-Regular', monospace; }
.copy-status { flex-basis: 100%; font-size: 13px; margin: 0; color: #166534; }
.copy-status:empty { display: none; }
.copy-check { font-size: 1em; font-weight: 800; line-height: 1; }
.updates-list { list-style: none; padding: 0; margin: 0; }
.updates-list li { display: flex; gap: 20px; align-items: baseline; padding: 10px 0; font-size: 13px; }
.status { width: 86px; text-align: center; padding: 2px 5px; border-radius: 4px; flex-shrink: 0; font-size: 10px; letter-spacing: .3px; color: var(--muted); }
.status.accepted { color: #1e40af; background: #dbeafe; }
.status.submitted { color: #166534; background: #dcfce7; }
.status.writing { color: #92400e; background: #fef3c7; }
.education-row { display: grid; grid-template-columns: 200px 1fr; gap: 25px; margin-top: 25px; }
.education-row h3 { font-size: 16px; margin-bottom: 5px; }
.education-row p { font-size: 13px; }
.education-row p.muted { margin-top: 3px; font-size: 12px; }
.education-date { color: var(--muted); font-size: 12px; padding-top: 3px; }
.patent { display: flex; align-items: baseline; gap: 18px; }
.patent h3 { font-size: 15px; }
.patent-list { list-style: none; padding: 0; margin: 15px 0 0; }
.patent-list li { display: flex; gap: 20px; align-items: baseline; font-size: 12px; padding: 6px 0; }
.patent-list li > span:first-child { font-size: 10px; color: var(--accent); width: 20px; }
.patent-list time { color: var(--muted); font-size: 11px; }
.skills-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.skills-grid article { padding: 20px; background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 7px; }
.skills-grid article:nth-child(1) { border-top-color: #ef4444; }
.skills-grid article:nth-child(2) { border-top-color: #f97316; }
.skills-grid article:nth-child(4) { border-top-color: #8b5cf6; }
.skills-grid article:nth-child(5) { border-top-color: #10b981; }
.skills-grid article:nth-child(6) { border-top-color: #64748b; }
.skills-grid h3 { font-size: 14px; margin-bottom: 8px; }
.skills-grid p { font-size: 12px; color: var(--muted); line-height: 1.8; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { font-size: 13px; color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; padding: 5px 12px; border-radius: 20px; }
.site-footer { max-width: 1060px; margin: 40px auto 0; padding: 33px 0 40px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.site-footer .wordmark { font-size: 15px; }
.site-footer p { font-size: 12px; color: var(--muted); margin-top: 7px; }
.footer-right { text-align: right; font-size: 14px; }
.page-intro { padding: 65px 0 32px; }
.page-intro h1 { font-size: 44px; margin: 12px 0 15px; }
.page-intro > p:last-child { color: var(--muted); font-size: 14px; }
.archive-toolbar { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 36px; gap: 15px; }
.filter-group { display: flex; gap: 5px; flex-wrap: wrap; }
.filter-group button { border: 1px solid var(--line); border-radius: 4px; padding: 7px 14px; font-size: 12px; background: transparent; }
.filter-group button span { margin-left: 9px; opacity: .7; font-size: 10px; }
.filter-group button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.archive-count { color: var(--muted); font-size: 11px; white-space: nowrap; }
.archive-tools { display: flex; align-items: baseline; gap: 20px; }
.back-link { display: inline-block; font-size: 14px; font-weight: 600; color: var(--accent); margin-top: 35px; }
.project-header { text-align: center; max-width: 940px; margin: 45px auto 35px; }
.venue-label { display: inline-block; padding: 6px 13px; border: 1px solid #bfdbfe; border-radius: 8px; color: #1d4ed8; background: #eff6ff; font-size: 16px; line-height: 1.5; font-weight: 700; letter-spacing: 0; }
.venue-label.conference { color: #9d174d; background: #fff1f7; border-color: #fbcfe8; }
.project-header .eyebrow { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; align-items: center; text-transform: none; letter-spacing: .6px; }
.project-header h1 { font-size: clamp(30px, 3.3vw, 42px); line-height: 1.3; letter-spacing: -1px; margin: 20px 0 24px; }
.project-authors { font-size: 17px; color: #475569; line-height: 1.8; }
.project-authors strong { color: #1d4ed8; }
.project-venue { font-size: 16px; margin-top: 10px; color: #475569; line-height: 1.7; }
.project-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.project-figure { position: relative; left: 50%; transform: translateX(-50%); width: min(1200px, calc(100vw - 32px)); margin: 35px 0 48px; }
.project-figure img { background: white; border: 1px solid var(--line); border-radius: 6px; width: 100%; height: auto; object-fit: contain; padding: 12px; display: block; }
.publication-status { display: inline-block; padding: 2px 8px; border: 1px solid #e2e8f0; border-radius: 5px; background: #f8fafc; color: #475569; font-size: 13px; font-weight: 600; white-space: nowrap; letter-spacing: 0; }
.publication-status.to-appear { padding: 0; border: 0; border-radius: 0; background: none; color: #9d174d; font-size: 17px; font-weight: 600; text-transform: none; }
.project-actions .paper-link { color: #fff; background: #b45309; border-color: #b45309; }
.project-actions .paper-link:hover { background: #92400e; border-color: #92400e; }
.project-actions .citation-link, .citation-toolbar .button { color: #fff; background: #334155; border-color: #334155; }
.project-actions .citation-link:hover, .citation-toolbar .button:hover { color: #fff; background: #1e293b; border-color: #1e293b; }
.project-actions button:disabled, .project-actions button:disabled:hover { color: #64748b; background: #f1f5f9; border-color: #e2e8f0; cursor: not-allowed; }
.citation-source { font-size: 13px; color: var(--muted); margin: 0; padding: 0 20px 16px; }
.citation-source a { color: var(--accent); text-decoration: underline; }
.project-figure figcaption { color: var(--muted); font-size: 13px; text-align: center; margin-top: 12px; }
.project-content { max-width: 820px; margin: auto; }
.project-overview { border: 1px solid #dbeafe; border-left: 4px solid var(--accent); border-radius: 12px; padding: 28px; background: #f5f9ff; }
.project-overview .eyebrow { font-size: 13px; letter-spacing: 1.2px; }
.project-overview h2 { font-size: 28px; margin: 12px 0 16px; }
.project-overview .lead { color: #334155; font-size: 18px; line-height: 1.85; margin-bottom: 23px; }
.project-section { border-top: 1px solid var(--line); padding-top: 30px; margin-top: 35px; }
.project-section > h2 { font-size: 26px; margin-bottom: 18px; }
.project-section > p { color: #475569; }
.takeaways { list-style: none; margin: 0; padding: 0; }
.takeaways li { display: flex; align-items: baseline; gap: 24px; padding: 20px 0; }
.takeaways li + li { border-top: 1px solid var(--line); }
.takeaway-num { color: #1d4ed8; background: #eff6ff; border-radius: 8px; padding: 7px 10px; font-size: 15px; font-weight: 700; }
.takeaways h3 { font-size: 19px; margin-bottom: 8px; }
.takeaways p { font-size: 16px; color: #475569; line-height: 1.8; }
.source-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
.source-note a { text-decoration: underline; }
.project-section .section-heading .muted { font-size: 14px; }
.publication-details { margin: 0 0 24px; font-size: 15px; }
.publication-details > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.publication-details dt { color: var(--muted); }
.publication-details dd { margin: 0; overflow-wrap: anywhere; }
.publication-details a { color: var(--accent); }
.related > a { display: block; margin: 20px 0; font-family: var(--display); font-size: 17px; font-weight: 600; }
.related > a > span:first-child { display: block; font: 14px var(--body); color: var(--accent); margin-bottom: 7px; }
@media (min-width: 1400px) { .container { max-width: 1040px; } .profile { gap: 74px; } }
@media (max-width: 1140px) {
  .container { margin: 0 42px; }
  .site-footer { margin-left: 32px; margin-right: 32px; }
  .profile { gap: 42px; }
  .publication { grid-template-columns: 210px 1fr; gap: 24px; }
}
@media (max-width: 800px) {
  .container { margin: 0 28px; }
  .site-footer { margin-left: 28px; margin-right: 28px; }
  .profile { grid-template-columns: 180px 1fr; gap: 30px; padding: 50px 0; }
  .portrait { width: 180px; height: 180px; }
  .profile-info h1 { font-size: 38px; }
  .profile .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .publication-year { grid-template-columns: 1fr; gap: 18px; }
  .publication { grid-template-columns: 210px 1fr; }
  .research-grid { gap: 20px; }
  .heading-with-note { display: block; }
  .heading-with-note > span { display: block; margin-top: 5px; }
  .education-row { grid-template-columns: 155px 1fr; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 120px; }
  .container { margin: 0 22px; }
  .nav-inner { padding: .9rem 1rem; gap: .75rem; }
  .wordmark { font-size: 17px; }
  .nav-links { gap: .75rem; font-size: .8rem; }
  .profile { display: block; padding-top: 32px; }
  .portrait-column { margin-bottom: 26px; display: flex; align-items: end; gap: 20px; }
  .portrait { width: 130px; height: 130px; }
  .portrait-caption { margin-bottom: 6px; font-size: 10px; }
  .profile-info h1 { font-size: 42px; }
  .profile .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
  .profile-bio { font-size: 14px; }
  .profile-links { gap: 8px; }
  .profile-links .button { padding: 8px 12px; gap: 10px; font-size: 11px; }
  .github-link { margin-left: 0; font-size: 11px; }
  .section { padding: 32px 0; }
  h2 { font-size: 22px; }
  .section-heading { gap: 12px; margin-bottom: 23px; }
  .section-index { font-size: 8px; letter-spacing: .7px; text-align: right; max-width: 120px; }
  .research-statement { padding-left: 18px; }
  .research-statement h3 { font-size: 18px; }
  .research-grid { grid-template-columns: 1fr; gap: 17px; margin-top: 24px; }
  .research-statement { padding: 20px; }
  .research-stats { gap: 8px; }
  .research-stats > div { padding: 14px 6px; }
  .research-stats strong { font-size: 24px; }
  .research-stats span { font-size: 10px; }
  .skills-grid { grid-template-columns: 1fr; gap: 12px; }
  .research-grid article { padding-left: 30px; padding-top: 14px; }
  .research-number { position: absolute; left: 0; top: 23px; }
  .research-grid p { font-size: 13px; }
  .publication { grid-template-columns: 1fr; gap: 17px; padding-bottom: 28px; }
  .publication-image img { height: 205px; padding: 12px; }
  .publication h3 { font-size: 17px; }
  .authors { font-size: 12px; }
  .publication-summary { font-size: 13px; }
  .publication-links { font-size: 12px; }
  .publication-links a { padding: 6px 14px; }
  .citation-disclosure > summary { font-size: 11px; }
  .updates-list li { gap: 12px; align-items: flex-start; font-size: 12px; }
  .updates-list .muted { display: block; font-size: 11px; }
  .status { width: 70px; padding-top: 2px; font-size: 9px; }
  .education-row { grid-template-columns: 1fr; gap: 8px; }
  .education-row h3 { font-size: 15px; }
  .patent { gap: 10px; }
  .patent-list li { flex-wrap: wrap; gap: 6px 12px; }
  .patent-list time { flex-basis: 100%; padding-left: 32px; }
  .site-footer { margin: 25px 22px 0; flex-direction: column; align-items: flex-start; padding: 25px 0; }
  .footer-right { text-align: left; }
  .page-intro { padding-top: 40px; }
  .page-intro h1 { font-size: 37px; }
  .archive-toolbar { align-items: flex-start; flex-direction: column; gap: 13px; }
  .filter-group button { padding: 7px 11px; font-size: 11px; }
  .filter-group button span { margin-left: 5px; }
  .project-header { margin-top: 32px; text-align: left; }
  .project-header .eyebrow, .project-actions { justify-content: flex-start; }
  .project-header h1 { font-size: 30px; }
  .project-authors { font-size: 16px; }
  .project-figure { margin: 28px 0 35px; }
  .project-figure img { padding: 6px; }
  .project-overview { padding: 20px; }
  .project-overview h2 { font-size: 25px; }
  .project-overview .lead { font-size: 17px; }
  .project-section .section-heading { display: block; }
  .project-section .section-heading .muted { display: block; margin-top: 5px; }
  .takeaways li { gap: 17px; }
  .citation-toolbar { padding: 12px; }
  .citation-box pre { padding: 16px; font-size: 13px; }
  .publication-details > div { grid-template-columns: 90px minmax(0, 1fr); gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
