.ikt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2em;
  font-size: max(.888889em, 16px);
}

.ikt-container * {
  color: #0c0a09;
  box-sizing: border-box;
  margin: 0;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.ikt-button {
  white-space: nowrap;
  cursor: pointer;
  background: #1c1917;
  border: none;
  border-radius: .5em;
  align-items: center;
  gap: .5em;
  padding: .35em .75em;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .15s cubic-bezier(.4, 0, .2, 1), outline-width .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  color: #fafaf9 !important;
  text-decoration: none !important;
}

.ikt-button:hover {
  background: #1b1817e6;
}

.ikt-button:focus {
  outline-offset: 2px;
  outline: 2px solid #1c1917;
}

.ikt-button > svg, .ikt-button > img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  filter: invert();
  width: 1em;
  height: 1em;
}

.ikt-button.ikt-outlined {
  background: none;
  border: 1px solid #e7e5e4;
  box-shadow: 0 1px 2px #0000000d;
  color: #0c0a09 !important;
}

.ikt-button.ikt-outlined:hover {
  background: #f5f5f4;
  color: #1c1917 !important;
}

.ikt-button.ikt-outlined > svg, .ikt-button.ikt-outlined > img {
  filter: none;
}

.ikt-button.ikt-xs {
  padding: .2em .5em;
  font-size: .75em;
}

.ikt-button.ikt-md {
  padding: .5em 1em;
}

.ikt-heading-wrapper {
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.ikt-important-image {
  flex-shrink: 0;
  height: 8em;
}

@media (width <= 500px) {
  .ikt-important-image {
    height: 6em;
  }
}

.ikt-heading-col {
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 .5em;
  display: flex;
}

.ikt-over-heading {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.ikt-over-heading > a {
  color: #79716b;
  text-underline-offset: 3px;
  text-decoration: underline 2px #0c0a094d !important;
}

@media (width <= 700px) {
  .ikt-over-heading {
    font-size: 1em;
  }
}

.ikt-heading {
  overflow-wrap: break-word;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 800;
  line-height: 1.4;
}

@media (width <= 700px) {
  .ikt-heading {
    font-size: 1.5em;
  }
}

.ikt-container h1.ikt-heading {
  margin-bottom: 0;
}

.ikt-lined-heading {
  align-items: center;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

@media (width <= 900px) {
  .ikt-lined-heading {
    margin-top: 1em;
  }
}

.ikt-lined-heading:is(h3) {
  font-size: 1.25em;
}

.ikt-lined-heading:after {
  content: "";
  background: #d7d7d6;
  flex: 1;
  height: .15em;
  margin-left: 1em;
}

.ikt-left {
  flex-direction: column;
  grid-row: 1 / 3;
  align-items: start;
  gap: .5em;
  display: flex;
}

@media (width <= 900px) {
  .ikt-left {
    grid-row: 2 / 3;
  }
}

.ikt-event {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .625em;
  padding: 1em;
}

.ikt-col-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.ikt-event-date {
  font-size: .875em;
  line-height: 1.4;
}

.ikt-event-title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}

.ikt-event-details {
  color: #79716b;
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.5;
}

.ikt-event-buttons {
  flex-wrap: wrap;
  gap: .5em;
  display: flex;
}

.ikt-dept-head-title {
  margin-top: .5em;
}

@media (width <= 900px) {
  .ikt-dept-head-title {
    margin-top: 1.5em;
  }
}

.ikt-dept-head {
  align-items: center;
  gap: .75em;
  display: flex;
}

.ikt-dept-head-image {
  border-radius: .5em;
  width: 160px;
  height: auto;
}

.ikt-dept-head-info {
  flex-grow: 2;
  flex-shrink: 1;
}

.ikt-dept-head-name {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}

.ikt-dept-head-honours {
  margin-bottom: .25em;
}

.ikt-dept-head-details {
  color: #79716b;
  margin-top: .5em;
  font-size: 1em;
  line-height: 1.5;
}

.ikt-dept-head-details a {
  color: #79716b;
  text-underline-offset: 3px;
  text-decoration: underline 2px #0c0a094d;
}

.ikt-dept-head-personal-page a {
  color: #014282;
  text-decoration-color: #014282;
}

.ikt-right {
  flex-direction: column;
  gap: .5em;
  display: flex;
}

@media (width <= 900px) {
  .ikt-right {
    grid-row: 1 / 2;
  }
}

.ikt-cards {
  grid-gap: .5em;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: grid;
}

@media (width <= 1000px) {
  .ikt-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 900px) {
  .ikt-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 700px) {
  .ikt-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ikt-card {
  background-color: #1c1917;
  background-position: center;
  background-size: 100%;
  border-radius: .75em;
  height: 7em;
  transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.ikt-card:hover, .ikt-card:has(a:focus) {
  background-size: 110%;
}

.ikt-card-link {
  box-sizing: border-box;
  background: linear-gradient(#0000 40%, #000000e6);
  border-radius: .75em;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: .4em .5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
}

.ikt-card-link:focus {
  outline-offset: 2px;
  outline: 2px solid #1c1917;
}

@media (width <= 420px) {
  .ikt-card-link {
    font-size: 1.25em;
  }
}

.ikt-card-link-subtitle {
  color: #c7c4c1;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.4;
}

.ikt-link-list {
  flex-wrap: wrap;
  gap: .5em;
  display: flex;
}

.ikt-link-list:not(:last-child) {
  margin-bottom: .25em;
}

.ikt-lined-heading.ikt-sm {
  font-size: 1em;
  font-weight: 600;
}

.ikt-lined-heading.ikt-sm:after {
  content: none;
}

.ikt-contacts {
  flex-direction: column;
  grid-column: 2;
  gap: .5em;
  display: flex;
}

@media (width <= 900px) {
  .ikt-contacts {
    grid-column: 1;
  }
}

.ikt-contact-line {
  color: #0c0a09;
  align-items: start;
  gap: .5em;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.ikt-contact-line img, .ikt-contact-line svg {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1.5em;
  height: 1.5em;
}

.ikt-muted {
  color: #79716b;
}

.ikt-cols {
  grid-template-rows: auto 1fr;
  grid-template-columns: 2fr 3fr;
  gap: 1em;
  display: grid;
}

@media (width <= 1000px) {
  .ikt-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 900px) {
  .ikt-cols {
    grid-template-columns: 1fr;
  }
}

.ikt-prose {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.75;
}

.ikt-prose > *, .ikt-prose p {
  margin-bottom: .5em;
}

.ikt-prose :is(h2, h1) {
  margin-top: 1em;
}

.ikt-prose ul {
  padding-left: 1.5em;
}

.ikt-prose li {
  margin-bottom: .5em;
}

.ikt-prose a:not(.button):not(.ikt-button) {
  color: unset;
  text-underline-offset: 3px;
  text-decoration: underline 1.6px #0c0a094d;
}

.ikt-prose a:not(.button):not(.ikt-button):hover {
  text-decoration: underline 1.6px #0c0a094d;
}

.ikt-nav {
  margin-bottom: 2em;
}

.ikt-nav h3 {
  margin: .5em 0 .25em;
  font-size: 1em;
  font-weight: 600;
}

@media (width <= 500px) {
  .ikt-link-list.ikt-long-names {
    flex-direction: column;
  }
}

.ikt-pub-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: .75em;
  list-style: none;
  display: grid;
  padding-left: 0 !important;
}

.ikt-pub-item {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: .75em 1em;
  display: flex;
  margin-bottom: 0 !important;
}

.ikt-pub-title {
  font-weight: 500;
}

.ikt-pub-list.ikt-minimal {
  grid-template-columns: 1fr;
  gap: 0;
}

.ikt-pub-list.ikt-minimal .ikt-pub-item {
  background: none;
  border: none;
  border-radius: 0;
  padding: .4em 0;
}

.ikt-pub-list.ikt-minimal .ikt-pub-item + .ikt-pub-item {
  border-top: 1px solid #e7e5e4;
}

.ikt-pub-links {
  gap: .5em;
  display: flex;
}

.ikt-io {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1em;
  display: grid;
}

.ikt-outputs {
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  display: grid;
}

@media (width <= 600px) {
  .ikt-outputs {
    grid-template-columns: 1fr;
  }
}

.ikt-field {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  flex-direction: column;
  gap: .4em;
  padding: .875em 1em;
  display: flex;
}

.ikt-field > label {
  font-size: .9em;
  font-weight: 600;
  line-height: 1.35;
}

.ikt-field > button {
  align-self: flex-start;
}

.ikt-input, .ikt-output {
  color: #0c0a09;
  background: #fafafa;
  border: 1px solid #e7e5e4;
  border-radius: .375em;
  width: 100%;
  padding: .5em .6em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .875em;
  transition: border-color .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1);
}

.ikt-input:focus, .ikt-output:focus {
  border-color: #1c1917;
  outline: none;
  box-shadow: 0 0 0 2px #1b181726;
}

.ikt-output {
  resize: vertical;
  white-space: pre;
  min-height: 3.5em;
  overflow: auto;
}

.ikt-error {
  color: #cc272e;
  min-height: 1em;
  font-size: .8em;
  display: none;
}

.ikt-error.is-visible {
  display: block;
}

.ikt-algo {
  flex-direction: column;
  gap: .5em;
  display: flex;
}

.ikt-algo-options {
  flex-wrap: wrap;
  gap: .5em;
  display: flex;
}

.ikt-algo-options label {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  align-items: center;
  gap: .4em;
  padding: .35em .75em;
  font-size: .875em;
  transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.ikt-algo-options label:hover {
  background: #f5f5f4;
}

.ikt-algo-options label:has(input:checked) {
  color: #fafaf9;
  background: #1c1917;
  border-color: #1c1917;
}

.ikt-algo-options label:has(input:checked) * {
  color: #fafaf9;
}

.ikt-algo-options input[type="radio"] {
  accent-color: #1c1917;
}

.ikt-result {
  background: #f5f5f4;
  grid-column: 1 / -1;
}

.ikt-credits {
  text-align: center;
  color: #79716b;
  border-top: 1px solid #e7e5e4;
  margin-top: 2em;
  padding-top: 1em;
  font-size: .875em;
}

.ikt-credits p {
  margin: .25em 0 !important;
}

.ikt-tool-controls {
  flex-wrap: wrap;
  align-items: center;
  gap: .5em;
  display: flex;
}

.ikt-file-input {
  display: inline-flex;
}

.ikt-file-input input[type="file"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.ikt-file-input input[type="file"]:focus + label {
  outline-offset: 2px;
  outline: 2px solid #1c1917;
}

.ikt-select {
  color: #0c0a09;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  padding: .35em .6em;
  font-family: inherit;
  font-size: .875em;
  transition: border-color .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1);
}

.ikt-select:focus {
  border-color: #1c1917;
  outline: none;
  box-shadow: 0 0 0 2px #1b181726;
}

.ikt-canvas-stack {
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  display: flex;
}

.ikt-canvas-stack canvas {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.ikt-radio-group {
  flex-wrap: wrap;
  align-items: center;
  gap: .75em;
  display: flex;
}

.ikt-radio-group label {
  cursor: pointer;
  align-items: center;
  gap: .4em;
  font-size: .875em;
  display: inline-flex;
}

.ikt-radio-group input[type="radio"] {
  accent-color: #1c1917;
}

.ikt-lab-cards {
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 1em 0;
  display: grid;
}

@media (width <= 600px) {
  .ikt-lab-cards {
    grid-template-columns: 1fr;
  }
}

.ikt-lab-card {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .75em;
  flex-direction: column;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, .2, 1), border-color .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  overflow: hidden;
  color: #0c0a09 !important;
  text-decoration: none !important;
}

.ikt-lab-card:hover {
  border-color: #1c1917;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #0000001a;
}

.ikt-lab-card:focus {
  outline-offset: 2px;
  outline: 2px solid #1c1917;
}

.ikt-lab-card-image {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  box-sizing: border-box;
  background: #f5f5f4;
  width: 100%;
  padding: 1.5em;
}

.ikt-lab-card-body {
  flex-direction: column;
  flex: 1;
  gap: .25em;
  padding: 1em 1.25em 1.25em;
  display: flex;
}

.ikt-lab-card-title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
}

.ikt-lab-card-lead {
  color: #0c0a09;
  font-size: .875em;
  line-height: 1.4;
}

.ikt-lab-card-subtitle {
  color: #79716b;
  font-size: .875em;
  line-height: 1.4;
}

.ikt-lab-card-cta {
  align-self: flex-start;
  margin-top: auto;
  padding-top: .75em;
}

.ikt-people-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25em;
  margin-top: 1em;
  display: flex;
  padding-left: 0 !important;
  list-style: none !important;
}

.ikt-person {
  flex-direction: column;
  flex: 0 0 170px;
  align-items: center;
  gap: .5em;
  display: flex;
  margin: 0 !important;
}

.ikt-person img, .ikt-person svg {
  object-fit: cover;
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.ikt-person-name {
  text-align: center;
  font-size: .95em;
  font-weight: 600;
  line-height: 1.3;
}

.ikt-person-contact {
  color: #79716b;
  text-align: center;
  font-size: .85em;
  line-height: 1.4;
}

.ikt-pub-list.ikt-stacked {
  grid-template-columns: 1fr;
}

.ikt-profile {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .75em;
  margin: .5em 0;
  transition: border-color .15s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.ikt-profile[open] {
  border-color: #1c1917;
}

.ikt-profile-summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: .75em;
  padding: .875em 1.25em;
  font-size: 1.05em;
  font-weight: 600;
  list-style: none;
  transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.ikt-profile-summary::-webkit-details-marker {
  display: none;
}

.ikt-profile-summary:hover {
  background: #f5f5f4;
}

.ikt-profile-chevron {
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1);
}

.ikt-profile[open] > .ikt-profile-summary > .ikt-profile-chevron {
  transform: rotate(180deg);
}

.ikt-profile-body {
  border-top: 1px solid #e7e5e4;
  padding: .25em 1.25em 1.25em;
}

.ikt-profile-body h3 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 1em !important;
}

.ikt-profile-body > :first-child {
  margin-top: .75em !important;
}

.ikt-profile-links {
  flex-wrap: wrap;
  gap: .5em;
  margin-top: 1em;
  display: flex;
}

.ikt-timeline {
  margin: 1em 0 1.5em;
  position: relative;
  padding-left: 0 !important;
  list-style: none !important;
}

.ikt-timeline:before {
  content: "";
  background: #e7e5e4;
  width: 2px;
  position: absolute;
  top: .4em;
  bottom: .4em;
  left: .5em;
}

.ikt-timeline-item {
  padding-left: 2em;
  position: relative;
  margin-bottom: 1em !important;
}

.ikt-timeline-item:before {
  content: "";
  background: #fff;
  border: 3px solid #1c1917;
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: .45em;
  left: 0;
}

.ikt-timeline-item p {
  margin: 0 !important;
}

.ikt-timeline-year {
  color: #1c1917;
  font-size: .95em;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.ikt-figure {
  flex-direction: column;
  align-items: center;
  gap: .5em;
  display: flex;
  margin: 1.5em 0 !important;
}

.ikt-figure img, .ikt-figure svg {
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  max-width: 100%;
  height: auto;
}

.ikt-figure figcaption {
  color: #79716b;
  text-align: center;
  max-width: 700px;
  font-size: .875em;
  line-height: 1.4;
}

.ikt-doc-scans {
  flex-direction: column;
  gap: 1em;
  margin: 1em 0;
  display: flex;
}

.ikt-doc-scans a {
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.ikt-doc-scans a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
}

.ikt-doc-scans img, .ikt-doc-scans svg {
  border: 1px solid #e7e5e4;
  border-radius: .5em;
  width: 100%;
  height: auto;
  display: block;
}

.ikt-masters-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 1em 0;
  display: grid;
}

@media (width <= 600px) {
  .ikt-masters-grid {
    grid-template-columns: 1fr;
  }
}

.ikt-masters-track {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: .75em;
  padding: 1.25em;
}

.ikt-masters-track > h3 {
  font-size: 1.05em;
  margin-top: 0 !important;
}

.ikt-masters-track > p {
  font-size: .95em;
  line-height: 1.6;
}

.ikt-masters-links {
  flex-wrap: wrap;
  gap: .5em;
  margin-top: .75em;
  display: flex;
}
/*# sourceMappingURL=kaf-ikt.a45b0bf6.css.map */
