/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

.social-link {
  font-size: 20px;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.social-link img {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.profile-photo-frame {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.profile-photo {
  transition: transform 0.3s ease;
  transform: scale(1);
  display: block;
}

.profile-photo-frame:hover .profile-photo {
  transform: scale(1.12);
}

.social-separator {
  display: inline-block;
  margin: 0 8px;
  color: #777777;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

h2 {
  margin: 0;
  font-weight: normal;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 24px;
}

.papertitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 34px;
}

.tagline {
  margin: 6px 0 10px;
  color: #4b5b6b;
  font-size: 16px;
}

.one {
  width: 200px;
  height: auto;
  position: relative;
}

.two {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.one img {
  width: 100%;
  height: auto;
  display: block;
}

.two img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.contact-button {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  background: #3f7fc9;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.contact-button:hover,
.contact-button:focus {
  background: #f09228;
  color: #ffffff;
}

.bio-pills {
  margin: 0 0 14px;
}

.bio-pill {
  display: inline-block;
  margin: 0 6px 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f2f6fb;
  color: #3f556d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.bio-location {
  color: #6a7785;
  font-size: 14px;
}

.site-credit {
  text-align: right;
  font-size: 12px;
  color: #8a94a3;
  line-height: 1.4;
}

.site-credit a {
  color: #556575;
  font-size: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.site-credit a:hover,
.site-credit a:focus {
  color: #2f3b46;
}

.legal-links {
  text-align: center;
  margin-top: 6px;
}

.legal-link {
  border: none;
  background: none;
  color: #556575;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.legal-link:hover,
.legal-link:focus {
  color: #2f3b46;
}

.legal-separator {
  margin: 0 6px;
  color: #9aa4b2;
}

.legal-copy {
  font-size: 12px;
  color: #8a94a3;
}

.legal-pane {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 10001;
}

.legal-pane.is-open {
  display: flex;
}

.legal-pane-content {
  position: relative;
  width: min(760px, 95vw);
  max-height: 80vh;
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 8px 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  overflow: auto;
}

.legal-pane-content h3 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}

.legal-pane-body {
  font-size: 14px;
  color: #4b5b6b;
  line-height: 1.6;
}

.legal-pane-body p {
  margin: 0 0 10px 0;
}

.address-image {
  height: 16px;
  width: auto;
  vertical-align: middle;
}

.email-image {
  height: 16px;
  width: auto;
  vertical-align: middle;
}

.legal-section-title {
  margin: 12px 0 6px 0;
  font-size: 16px;
  color: #2f3b46;
}

.legal-subtitle {
  color: #2f3b46;
  font-size: inherit;
  margin-top: -2px;
}

.legal-list {
  margin: 8px 0 0 18px;
  padding: 0;
}

.legal-list li {
  margin: 0 0 12px 0;
}

.legal-list li strong {
  display: block;
  color: #2f3b46;
  margin-bottom: 4px;
}

.email-obfuscated::after {
  content: attr(data-user) "@" attr(data-domain);
  color: #4b5b6b;
}

.legal-pane-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #555555;
}

.legal-pane-close:hover,
.legal-pane-close:focus {
  color: #111111;
}

.site-credit strong {
  font-size: inherit;
  font-weight: 700;
}

.contact-pane {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}

.contact-pane.is-open {
  display: flex !important;
}

.consent-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #fff9e8;
  border: 1px solid #e9d7a6;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.14);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10000;
  max-width: min(94vw, 680px);
}

.consent-banner.is-hidden {
  display: none;
}

.consent-text {
  color: #3f4e5d;
  font-size: 14px;
  line-height: 1.4;
}

.consent-text a {
  color: #2f5fa2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: inherit;
}

.consent-link {
  border: none;
  background: none;
  color: #2f5fa2;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.consent-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.consent-button {
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #c9d3de;
  background: #ffffff;
  color: #3a4a5e;
  cursor: pointer;
}

.consent-button:hover,
.consent-button:focus {
  border-color: #9aa7b6;
}

.consent-accept {
  background: #e6f1ff;
  border-color: #b7d4f7;
  color: #235a9c;
  font-weight: 700;
}

.consent-accept:hover,
.consent-accept:focus {
  background: #d8e9ff;
}

.contact-pane-content {
  position: relative;
  width: min(900px, 95vw);
  height: min(80vh, 720px);
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 16px 8px 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.contact-pane-content h3 {
  margin: 0 0 8px 0;
  font-weight: normal;
  font-size: 22px;
}

.contact-pane-content iframe {
  width: 100%;
  height: calc(100% - 34px);
  border: none;
}

.contact-pane-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #555555;
}

.contact-pane-close:hover,
.contact-pane-close:focus {
  color: #111111;
}

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}

.highlight-row td {
  background-color: #fff9db;
}

.highlight-row td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.highlight-row td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.paper-row td {
  background: #ffffff;
  border: 1px solid #e9eef5;
  padding: 16px 16px 18px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.paper-row.highlight-row td {
  background: #fffdf1;
  border-color: #f0e8c6;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.05);
}

.paper-row td:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.paper-row td:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.paper-row:hover td {
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.1);
}

.paper-row td p {
  margin-top: 6px;
}

.paper-row td .papertitle {
  display: inline;
  margin-bottom: 0;
}

.paper-separator {
  display: inline-block;
  margin: 0 6px;
  color: #9aa4b2;
}

.paper-row td .venue-tag {
  margin-bottom: 4px;
}

.venue-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef3ff;
  color: #2f4b8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-right: 6px;
}

.new-badge {
  display: inline-block;
  margin-left: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffe08a;
  color: #6b4f00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  vertical-align: middle;
  line-height: 1;
}

.paper-title-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.colored-box {
    color: black;
    padding: 12px;
    display: block;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
}

.misc-table {
  width: 100%;
  border: 0;
  border-spacing: 0 12px;
  margin-left: auto;
  margin-right: auto;
}

.misc-row td {
  background: #ffffff;
  border: 1px solid #e9eef5;
  padding: 14px 16px;
  vertical-align: top;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.misc-row:hover td {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.08);
}

.misc-row td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.misc-row td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: none;
}

.misc-label {
  width: 24%;
  text-align: center;
  font-weight: 700;
  color: #3a4a5e;
  background: #f5f7fa;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 12px;
}

.misc-content ul {
  margin: 0;
  padding-left: 18px;
}

.misc-content li + li {
  margin-top: 6px;
}