/* 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;
}

.profile-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 16px;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.profile-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.profile-link svg .icon-fill {
  fill: currentColor;
  stroke: none;
}

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

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

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

body {
  margin: 0;
  background: #fff;
  color: #171717;
}

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

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

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.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;
}

.colored-box {
    color: black;
    padding: 20px;
    display: inline-block;
    border-radius: 10px;
}

.section-heading-table,
.previous-work-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 auto;
}

.section-heading-table td {
  padding: 22px 16px 8px;
}

.section-intro {
  margin: 8px 0 4px;
  color: #555;
}

.previous-work-table > tbody > tr > td {
  padding: 8px 16px 18px;
}

.work-list {
  display: grid;
  gap: 14px;
}

.work-card {
  display: grid;
  grid-template-columns: minmax(245px, 34%) 1fr;
  min-height: 176px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  box-shadow: 0 3px 11px rgba(20, 31, 43, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.work-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(20, 31, 43, 0.13);
}

.work-media {
  position: relative;
  min-width: 0;
  min-height: 176px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  background: #eef3f7;
}

.work-media > a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #101820;
}

.work-media > .work-image-link,
.work-media > .work-video-link {
  background: #fff;
}

.work-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.venue-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 4px 10px 5px;
  color: #fff;
  background: #245b7a;
  border-radius: 0 0 6px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.work-placeholder {
  box-sizing: border-box;
  width: 100%;
  min-height: 176px;
  padding: 42px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #183a58;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,255,255,0.9) 0 8%, transparent 9%),
    linear-gradient(145deg, #eaf3fb, #c8ddef);
}

.work-placeholder-violet {
  color: #47385e;
  background: linear-gradient(145deg, #f2ecf8, #d9caea);
}

.work-placeholder-teal {
  color: #1e514e;
  background: linear-gradient(145deg, #e4f5f1, #bedfd8);
}

.work-placeholder-gold {
  color: #644b1e;
  background: linear-gradient(145deg, #fbf5e3, #ead8a6);
}

.work-placeholder strong {
  font-size: 25px;
  line-height: 1.05;
}

.work-placeholder span {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
  text-transform: lowercase;
}

.work-copy {
  min-width: 0;
  padding: 14px 16px 13px;
  display: flex;
  flex-direction: column;
}

.work-title {
  color: #171717;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26;
}

.work-title:hover,
.work-title:focus {
  color: #1772d0;
}

.work-authors {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.work-authors strong {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.work-summary {
  margin: 10px 0;
  color: #60636a;
  font-size: 13px;
  font-style: italic;
  line-height: 1.35;
}

.work-meta {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.work-tags span {
  padding: 3px 9px;
  color: #315f7d;
  background: #eff6fa;
  border: 1px solid #c9dce8;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.work-link {
  flex: 0 0 auto;
  font-size: 13px;
}

.work-links {
  flex: 0 0 auto;
  display: flex;
  gap: 4px;
}

.pixelpilot-media-stack,
.work-media-stack {
  box-sizing: border-box;
  width: 100%;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  justify-content: center;
  background: #fff;
}

.pixelpilot-media-stack > a,
.work-media-stack > a {
  width: 100%;
  display: block;
  line-height: 0;
}

.pixelpilot-method-overview,
.stacked-work-image,
.work-demo-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}

.pixelpilot-combined-demo {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  background: #fff;
}

.news-section {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-spacing: 0;
}

.news-section > tbody > tr > td {
  padding: 18px 16px 12px;
}

.news-section h2 {
  margin: 0 0 10px;
}

.news-list-wrap {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-color: #9aabba #eef2f5;
  scrollbar-width: thin;
}

.news-list-wrap:focus-visible {
  outline: 2px solid #5d7f99;
  outline-offset: 4px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  margin: 0 0 8px;
  line-height: 1.5;
}

.news-date {
  color: #385f7a;
  font-weight: 700;
  white-space: nowrap;
}

.news-scroll-hint {
  margin-top: 3px;
  color: #7a8791;
  font-size: 11px;
  text-align: center;
}

.plain-section {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-spacing: 0;
}

.plain-section > tbody > tr > td {
  padding: 24px 16px 12px;
}

.plain-section p {
  margin: 9px 0 0;
  color: #3f4449;
  line-height: 1.55;
}

.plain-list {
  margin: 8px 0 0;
  padding-left: 22px;
}

.plain-list li {
  margin: 6px 0;
  padding-left: 2px;
  line-height: 1.5;
}

.collaborator-inline {
  color: #5b6d7b;
}

@media (max-width: 700px) {
  .work-card {
    grid-template-columns: 1fr;
  }

  .work-media,
  .work-placeholder {
    min-height: 190px;
  }

  .work-copy {
    min-height: 176px;
  }
}

@media (max-width: 480px) {
  .section-heading-table td {
    padding: 20px 12px 7px;
  }

  .previous-work-table > tbody > tr > td {
    padding: 7px 10px 16px;
  }

  .plain-section > tbody > tr > td {
    padding: 20px 10px 10px;
  }

  .work-media,
  .work-placeholder {
    min-height: 150px;
  }

  .work-copy {
    min-height: 0;
    padding: 13px;
  }

  .work-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}
