html[data-view="cv"] body {
  background: #f0f2f3;
}
#cv-start {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}
.layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 32px;
  padding: 32px 0 64px;
}
.sidebar {
  min-width: 0;
}
.profile-card {
  position: sticky;
  top: 94px;
  padding-top: 8px;
}
.profile-image {
  width: 96px;
  aspect-ratio: 572/735;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px #26323a12;
  border-radius: 6px;
}
.profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.image-unavailable {
  background: var(--line);
}
.name {
  font: 600 28px/1.2 var(--sans);
  margin-bottom: 12px;
}
.role {
  font-size: 15px;
  line-height: 1.65;
}
.org {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.divider {
  border-top: 1px solid var(--line);
  margin: 24px 0;
}
.side-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--muted);
}
.side-list {
  font-size: 13px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}
.contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
}
.contact-list a {
  display: inline-block;
  min-height: 32px;
}
.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
}
.mobile-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  background: #f0f2f3f0;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 13px;
}
.mobile-nav a {
  min-width: 28px;
  min-height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  color: #535c63;
}
.mobile-nav a[aria-current] {
  color: #233b32;
  font-weight: 600;
}
.mobile-nav a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: -13px;
  inset-inline: 0;
  height: 2px;
  background: #365f51;
}
.content {
  min-width: 0;
  background: #ffffff;
  padding: 36px 44px 44px;
  border: 1px solid #e1e5e7;
  box-shadow:
    0 4px 18px #26323a06,
    0 1px 2px #26323a05;
}
.cv-overview {
  padding-bottom: 26px;
}
.cv-eyebrow {
  font-size: 12px;
  font-weight: 550;
  color: #5d696e;
  margin-bottom: 16px;
}
.cv-overview h2 {
  font: 600 32px/1.25 var(--sans);
  text-wrap: balance;
}
.cv-introduction {
  font-size: 17px;
  line-height: 1.6;
  max-width: 48ch;
  margin-top: 16px;
  color: #4b585e;
}
.cv-index {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 26px;
}
.cv-index a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #56616a;
  min-height: 44px;
}
.cv-index strong {
  font-size: 25px;
  font-weight: 550;
  line-height: 1.2;
  color: #233b32;
  font-variant-numeric: tabular-nums;
}
.cv-index a:hover span {
  text-decoration: underline;
}
.content > section {
  scroll-margin-top: 90px;
  margin-bottom: 54px;
}
.caps {
  border-block: 1px solid var(--line);
  padding: 0;
  margin-bottom: 40px;
}
.caps summary {
  padding: 17px 0;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
}
.caps[open] {
  padding-bottom: 18px;
}
.caps-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  padding: 8px 0;
}
.caps .k {
  font-size: 12px;
  font-weight: 650;
  color: var(--accent);
}
.caps .v,
.tech-set {
  font-size: 13px;
  color: #525e64;
}
.sep {
  padding: 0 8px;
  color: #99a196;
}
.tech-set {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.tech-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tech-i {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}
.tech-w {
  font-weight: 600;
  font-size: 13px;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.section-title {
  font: 600 24px/1.3 var(--sans);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbd3d6;
  margin-bottom: 0;
}
.section-title .num {
  font: 12px var(--sans);
  color: #62717a;
  margin-right: 0;
}
.section-title .title-aside {
  display: inline-block;
  min-height: 28px;
  margin-left: auto;
  font: 13px/28px var(--sans);
  vertical-align: middle;
}
.section-subtitle {
  font-size: 13px;
  color: var(--muted);
}
.items {
  display: block;
}
.item {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 86px;
  min-width: 0;
}
.item:first-child {
  padding-top: 20px;
}
.item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  text-wrap: pretty;
}
.item-title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.item-title a {
  display: inline-block;
  min-height: 28px;
}
.item-meta {
  font-size: 13px;
  color: #5a666d;
  margin: 12px 0 16px;
  line-height: 1.7;
}
.item-desc,
.pub-value {
  font-size: 16px;
  line-height: 1.75;
  max-width: 68ch;
  margin-top: 10px;
}
.pub-value {
  color: #46535b;
  padding: 14px 18px;
  border-left: 2px solid #a9c2b4;
  background: #f5f8f6;
  font-size: 14px;
}
.item-desc a,
.pub-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pub-link {
  display: inline-block;
  padding: 4px 0;
  min-height: 28px;
}
.item strong {
  font-weight: 600;
}
.partners {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #e0e5e6;
}
.p-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  display: block;
  margin-bottom: 10px;
}
.p-set {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.p-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.p-logo {
  object-fit: contain;
  width: 24px;
  height: 24px;
  flex: none;
}
.p-name {
  overflow-wrap: anywhere;
}
.p-initial,
.p-mono,
.p-brand-wordmark {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.p-brand-wordmark[aria-hidden="true"] {
  display: none;
}
.cv-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
}
.cv-date {
  flex-basis: 100%;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: #416957;
}
.cv-meta-part + .cv-meta-part {
  border-left: 1px solid #d8dfe1;
  padding-left: 14px;
}
.cv-meta-part:last-child:not(:first-child) {
  font-weight: 500;
  color: #384b55;
}
.filter {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 16px 0;
}
.filter button {
  font-size: 12px;
  min-height: 40px;
  padding: 8px 12px;
}
.filter button.active {
  background: var(--ink);
  color: white;
}
.pub-n {
  font-size: 12px;
  color: var(--muted);
  margin-right: 8px;
}
.pub-summary {
  font-size: 13px;
  color: #59666d;
  line-height: 1.7;
  padding-bottom: 20px;
}
.pub-group-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0 10px;
  font-size: 18px;
  font-weight: 550;
}
.pub-group-n {
  font-size: 12px;
  font-weight: 400;
  color: #65747b;
}
.pub-group-n::after {
  content: " publications";
}
body.ko .pub-group-n::after {
  content: "편";
}
.pub-group:has(.item):not(:has(.item:not(.hidden))) {
  display: none;
}
.cv-citation {
  position: relative;
  max-width: none;
}
.cv-citation > .pub-n {
  display: block;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.cv-paper-heading {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cv-paper-heading .paper-title {
  font: inherit;
}
.cv-paper-heading a {
  color: #233b32;
  text-decoration: none;
  display: inline-block;
  min-height: 28px;
}
.cv-paper-heading a:hover {
  text-decoration: underline;
}
.cv-authors,
.cv-citation-detail {
  font-size: 13px;
  line-height: 1.7;
  color: #5a666d;
  margin-top: 6px;
}
.pub-author-me {
  font-weight: 600;
  color: #303d43;
}
.cv-publication-links {
  display: flex;
  gap: 8px 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}
.cv-publication-links .pub-role {
  background: #edf4ef;
  padding: 4px 8px;
  border-radius: 4px;
}
#education .item {
  position: relative;
  padding-left: 22px;
  border-left: 1px solid #d6e0dc;
  border-bottom: 0;
}
#education .item::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #728f81;
  border-radius: 50%;
}
#education .item:first-child::before {
  top: 28px;
}
#education .item-title {
  font-size: 18px;
}
.paper-title {
  font-size: 17px;
  font-weight: 550;
  line-height: 1.6;
}
.venue {
  color: var(--muted);
}
.pub-role {
  font-size: 12px;
  color: var(--accent);
}
.pub-tag {
  display: inline;
  font-size: 12px;
  color: var(--accent);
  margin-right: 6px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}
.profile-image {
  overflow: hidden;
}
.profile-image picture {
  display: block;
  height: 100%;
}
.profile-image img {
  transform: scale(1.14);
}
body.reader .profile-image {
  display: none;
}
body.reader .item-desc,
body.reader .pub-value {
  font-size: 17px;
}
@media (max-width: 1000px) {
  .layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
  }
  .content {
    padding: 30px 28px;
  }
  .section-title {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  #cv-start {
    width: 100%;
  }
  .layout {
    display: block;
    padding-top: 28px;
  }
  .profile-card {
    position: static;
    display: flow-root;
    padding: 0;
  }
  .profile-image {
    float: right;
    width: 100px;
    margin: 0 0 20px 20px;
  }
  .name {
    font-size: 32px;
  }
  .role {
    max-width: 330px;
  }
  .sidebar {
    padding: 0 24px 30px;
  }
  .sidebar .divider,
  .sidebar .side-label,
  .sidebar .side-list {
    display: none !important;
  }
  .org {
    max-width: 330px;
  }
  .contact-list {
    clear: both;
    padding-top: 20px;
  }
  .sidebar .button {
    max-width: 300px;
  }
  .mobile-nav {
    font-size: 12px;
    gap: 4px 22px;
    padding-inline: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .mobile-nav a {
    flex: none;
    min-height: 40px;
  }
  .mobile-nav a[aria-current]::after {
    bottom: -8px;
  }
  .content {
    padding: 28px 24px;
    border-inline: 0;
  }
  .cv-overview h2 {
    font-size: 28px;
  }
  .cv-introduction {
    font-size: 16px;
  }
  .cv-index {
    gap: 20px;
  }
  .cv-index a {
    max-width: 100px;
  }
  .cv-index strong {
    font-size: 24px;
  }
  .caps-row {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }
  .section-title {
    font-size: 22px;
  }
  .item-title {
    font-size: 18px;
  }
  .item-desc,
  .pub-value {
    font-size: 15px;
  }
  .cv-citation {
    font-size: 13px;
  }
  .cv-paper-heading {
    font-size: 18px;
  }
  .item {
    padding-block: 24px;
  }
  .footer {
    flex-direction: column;
    gap: 8px;
    padding: 24px;
  }
  .p-set {
    gap: 10px 14px;
  }
}
@media print {
  .cv-paper-heading,
  #education .item-title {
    font-size: 10pt;
    margin-bottom: 5px;
  }
  .cv-paper-heading a {
    min-height: 0;
  }
  .cv-authors,
  .cv-citation-detail,
  .cv-date {
    font-size: 8pt;
  }
  .cv-publication-links {
    margin-top: 5px;
    gap: 4px 10px;
  }
  .cv-citation > .pub-n {
    margin-bottom: 3px;
  }
  .item-desc,
  .pub-value {
    max-width: none;
    line-height: 1.6;
  }
  .item-meta {
    margin: 6px 0 8px;
  }
  .caps-row {
    padding: 4px 0;
  }
  .partners {
    margin-top: 10px;
    padding-top: 0;
    border: 0;
  }
  .pub-summary {
    padding-bottom: 8px;
    font-size: 8pt;
  }
  .pub-group-title {
    padding-top: 10px;
    font-size: 12pt;
    break-after: avoid;
  }
  html[data-view="cv"] body {
    background: white;
  }
  .content {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .cv-overview {
    display: none;
  }
  .caps {
    margin-bottom: 12px;
  }
  .caps summary {
    padding: 10px 0;
  }
  .pub-value {
    padding: 0;
    border: 0;
    background: none;
  }
  .pub-group {
    display: block !important;
  }
  .cv-publication-links .pub-role {
    padding: 0;
    background: none;
  }
  #cv-start {
    width: 100%;
    margin: 0;
  }
  .mobile-nav {
    display: none;
  }
  .layout {
    display: block;
    padding: 0;
  }
  .profile-card {
    position: static;
    display: flow-root;
  }
  .profile-image {
    float: right;
    width: 90px;
    margin: 0 0 10px 20px;
  }
  .name {
    font-size: 26pt;
  }
  .role,
  .org {
    font-size: 10pt;
  }
  .sidebar .divider,
  .sidebar .side-list,
  .side-label,
  .button {
    display: none !important;
  }
  .contact-list {
    gap: 8px;
    margin: 12px 0;
  }
  .contact-list a {
    min-height: 0;
  }
  .content > section {
    margin: 20px 0;
  }
  .caps {
    break-inside: avoid;
  }
  .section-title {
    font-size: 18pt;
    break-after: avoid;
  }
  .item {
    break-inside: avoid;
    padding: 12px 0;
  }
  .item-desc,
  .pub-value,
  .paper-title,
  .item-title {
    font-size: 10pt;
  }
  .item-meta,
  .p-chip,
  .caps .v,
  .tech-set {
    font-size: 8pt;
  }
  .item.hidden {
    display: block !important;
  }
  .p-logo {
    width: 16px;
    height: 16px;
  }
  .footer {
    font-size: 8pt;
  }
  .profile-image img {
    filter: grayscale(1);
  }
  @page {
    margin: 15mm;
  }
}
