*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.tl_page {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px 64px;
}

.tl_header_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: 0 0 2rem;
  font-size: 14px;
  line-height: 1.3;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.tl_header_nav a {
  color: #6b6b6b;
  text-decoration: none;
  flex: 0 0 auto;
}

.tl_header_nav a[aria-current="page"] {
  color: #333;
}

.tl_header_nav a:hover,
.tl_header_nav a:focus-visible {
  color: #2481cc;
}

@media (max-width: 520px) {
  .tl_header_nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tl_header_nav::-webkit-scrollbar {
    display: none;
  }
}

.tl_article h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.4em;
  color: #000;
}

.tl_article address {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #8e8e8e;
  margin: 0 0 1.5em;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.tl_article address a {
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.tl_article address a:hover,
.tl_article address a:focus-visible {
  color: #2481cc;
}

.tl_article address > * + *::before {
  content: "·";
  display: inline-block;
  margin: 0 0.45em;
  color: #8e8e8e;
}

.tl_article p,
.tl_article li {
  margin: 0 0 0.75em;
}

.tl_article ul,
.tl_article ol {
  margin: 0 0 0.75em;
  padding-left: 1.35em;
}

.tl_article h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 1.25em 0 0.4em;
  color: #000;
}

.tl_article h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.1em 0 0.35em;
  color: #000;
}

.tl_article a {
  color: #2481cc;
  text-decoration: none;
}

.tl_article a:hover,
.tl_article a:focus-visible {
  text-decoration: underline;
}

.tl_article code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  background: #f5f5f5;
  padding: 0.1em 0.3em;
  border-radius: 3px;
}

.tl_article pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85em;
  background: #f5f5f5;
  padding: 0.85em 1em;
  overflow-x: auto;
  border-radius: 3px;
}

.tl_article blockquote {
  margin: 0 0 0.75em;
  padding-left: 0.9em;
  border-left: 3px solid #e3e3e3;
  color: #666;
}

.tl_article hr {
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1.5em 0;
}

.blog-index {
  list-style: none;
  padding: 0;
  margin: 1.1em 0 0;
}

.blog-index li {
  margin: 0 0 1.2em;
}

.blog-index a {
  font-size: 1.05em;
  font-weight: 700;
  color: #000;
}

.blog-index a:hover,
.blog-index a:focus-visible {
  color: #2481cc;
}

.blog-index__meta {
  margin: 0.2em 0 0;
  font-size: 14px;
  color: #8e8e8e;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.blog-index__excerpt {
  margin: 0.35em 0 0;
  color: #333;
}

.cv {
  font-size: 15px;
  line-height: 1.4;
}

.cv-header {
  margin: 0 0 0.85em;
  text-align: center;
}

.cv .cv-header h1 {
  margin: 0 0 0.35em;
  font-variant: small-caps;
  letter-spacing: 0.02em;
}

.cv-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 0;
  margin: 0 0 0.45em;
  font-size: 12px;
  line-height: 1.45;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
}

.cv .cv-contact a,
.cv-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.cv .cv-contact a:hover,
.cv .cv-contact a:focus-visible {
  color: #2481cc;
  text-decoration: underline;
}

.cv-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  flex-shrink: 0;
  overflow: hidden;
  fill: currentColor;
}

.cv-sep {
  margin: 0 0.45em;
  color: #000;
  user-select: none;
}

.cv-headline {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}

.cv-skills {
  margin: 0.15em 0 0.35em;
  font-size: 13px;
  line-height: 1.55;
  color: #222;
}

.cv-skills strong {
  font-weight: 700;
}

.cv-section {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.95em 0 0.4em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #222;
  color: #000;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.cv-job {
  margin: 0 0 0.75em;
}

.cv-job-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0.85rem;
  align-items: baseline;
}

.cv .cv-job-head h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.cv-role {
  margin-top: 0.45em;
}

.cv .cv-role h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.cv-dates {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.cv-meta,
.cv-stack {
  margin: 0.1em 0 0.3em;
  font-size: 12px;
  color: #666;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.cv ul {
  margin: 0.2em 0 0.3em;
  padding-left: 1.1em;
}

.cv li {
  margin: 0 0 0.28em;
}

.cv-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75em;
  margin: 1.75em auto 0;
}

.cv-download {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0.55em 1.25em;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: #6b6b6b;
  background: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}

a.cv-download {
  color: #6b6b6b;
  text-decoration: none;
}

.cv-download:hover,
.cv-download:focus-visible,
a.cv-download:hover,
a.cv-download:focus-visible {
  color: #2481cc;
  border-color: #2481cc;
  background: transparent;
  outline: none;
  text-decoration: none;
}

@media print {
  .tl_header_nav,
  .cv-downloads,
  .cv-download {
    display: none !important;
  }

  .tl_page {
    max-width: none;
    padding: 0;
  }

  .cv {
    font-size: 10.5pt;
    line-height: 1.25;
  }

  .cv a {
    color: #000;
    text-decoration: none;
  }

  .cv-section {
    margin-top: 0.7em;
  }

  .cv-job {
    margin-bottom: 0.55em;
  }
}
