@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Fixed top accent bar
 */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #61afef;
  z-index: 9999;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #abb2bf;
  background-color: #282c34;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 a, h1 a:visited, h1 a:hover, h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover, h4 a, h4 a:visited, h4 a:hover, h5 a, h5 a:visited, h5 a:hover, h6 a, h6 a:visited, h6 a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

/**
 * Links
 */
a {
  color: #61afef;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #5c6370;
  background: #21252b;
  border-left: 4px solid #c678dd;
  border-radius: 0 8px 8px 0;
  padding: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
code {
  font-size: 15px;
  background: #2c313a;
  border: 1px solid #3e4451;
  border-radius: 4px;
  padding: 2px 6px;
  color: #e5c07b;
}

pre {
  font-size: 15px;
  background: #21252b;
  border-left: 3px solid #61afef;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  overflow-x: auto;
}
pre > code {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #5c6370;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(223.1027027027, 225.7608108108, 230.6972972973);
  border-collapse: collapse;
  border: 1px solid #3e4451;
}
table tr:nth-child(even) {
  background-color: rgb(75.2671328671, 82.551048951, 98.3328671329);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(68.6335664336, 75.2755244755, 89.6664335664);
  border: 1px solid rgb(53.1552447552, 58.2993006993, 69.4447552448);
  border-bottom-color: rgb(35.4657342657, 38.8979020979, 46.3342657343);
}
table td {
  border: 1px solid #3e4451;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}
.footer-links .site-categories .nav-items {
  display: flex;
  flex-direction: column;
}

/**
 * GitHub repo card
 */
.github-repo-link {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #21252b;
  border: 1px solid #3e4451;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  color: #abb2bf;
}
.github-repo-link:hover, .github-repo-link:hover * {
  text-decoration: none !important;
}
.github-repo-link:hover {
  border-color: #61afef;
}

.github-repo-icon {
  flex-shrink: 0;
  padding-top: 2px;
}
.github-repo-icon svg {
  fill: #5c6370;
  width: 32px;
  height: 32px;
}

.github-repo-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.github-repo-name {
  font-weight: 600;
  color: #61afef;
}

.github-repo-description {
  font-size: 14px;
  color: #5c6370;
}

/**
 * File download card
 */
.file-download {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #21252b;
  border: 1px solid #3e4451;
  border-radius: 8px;
  padding: 12px 18px;
  color: #abb2bf;
}
.file-download:hover {
  border-color: #61afef;
  color: #61afef;
  text-decoration: none !important;
}
.file-download svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.file-download .file-download-name {
  font-size: 14px;
}

/**
 * Home intro
 */
.home-intro {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .home-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.home-intro-image {
  flex-shrink: 0;
}
.home-intro-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3e4451;
}

.home-intro-content h1 {
  margin-bottom: 7.5px;
}
.home-intro-content p {
  color: #abb2bf;
}

.home-intro-links {
  display: flex;
  gap: 22.5px;
  margin-top: 22.5px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .home-intro-links {
    justify-content: center;
  }
}
.home-intro-links a {
  display: flex;
  color: #5c6370;
  transition: color 0.15s ease;
}
.home-intro-links a:hover {
  color: #61afef;
}
.home-intro-links a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.home-intro-links a.lucide-link svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #3e4451;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #abb2bf;
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #abb2bf;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #282c34;
    border: 1px solid #3e4451;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #abb2bf;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #3e4451;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #5c6370;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}
.page-content a:hover {
  text-decoration: underline;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #5c6370;
}

.post-list-title {
  margin-bottom: 2px;
}

.post-list-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.category-list {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-category {
  font-size: 11.9px;
  color: #61afef;
  background: rgba(97, 175, 239, 0.1);
  border: 1px solid rgba(97, 175, 239, 0.25);
  border-radius: 3px;
  padding: 1px 6px;
  text-transform: lowercase;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}
.post-content video {
  max-width: 100%;
  height: auto;
}

/**
 * Syntax highlighting styles — One Dark
 */
.highlight {
  color: #abb2bf;
}
.highlight .c {
  color: #5c6370;
  font-style: italic;
}
.highlight .err {
  color: #e06c75;
}
.highlight .k {
  color: #c678dd;
}
.highlight .o {
  color: #56b6c2;
}
.highlight .cm {
  color: #5c6370;
  font-style: italic;
}
.highlight .cp {
  color: #c678dd;
}
.highlight .c1 {
  color: #5c6370;
  font-style: italic;
}
.highlight .cs {
  color: #5c6370;
  font-style: italic;
}
.highlight .gd {
  color: #e06c75;
}
.highlight .gd .x {
  color: #e06c75;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #e06c75;
}
.highlight .gh {
  color: #abb2bf;
  font-weight: bold;
}
.highlight .gi {
  color: #98c379;
}
.highlight .gi .x {
  color: #98c379;
}
.highlight .go {
  color: #abb2bf;
}
.highlight .gp {
  color: #5c6370;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #abb2bf;
}
.highlight .gt {
  color: #e06c75;
}
.highlight .kc {
  color: #c678dd;
}
.highlight .kd {
  color: #c678dd;
}
.highlight .kp {
  color: #c678dd;
}
.highlight .kr {
  color: #c678dd;
}
.highlight .kt {
  color: #e5c07b;
}
.highlight .m {
  color: #d19a66;
}
.highlight .s {
  color: #98c379;
}
.highlight .na {
  color: #e06c75;
}
.highlight .nb {
  color: #56b6c2;
}
.highlight .nc {
  color: #e5c07b;
}
.highlight .no {
  color: #d19a66;
}
.highlight .ni {
  color: #e06c75;
}
.highlight .ne {
  color: #e06c75;
}
.highlight .nf {
  color: #61afef;
}
.highlight .nn {
  color: #e5c07b;
}
.highlight .nt {
  color: #e06c75;
}
.highlight .nv {
  color: #e06c75;
}
.highlight .ow {
  color: #56b6c2;
}
.highlight .w {
  color: #abb2bf;
}
.highlight .mf {
  color: #d19a66;
}
.highlight .mh {
  color: #d19a66;
}
.highlight .mi {
  color: #d19a66;
}
.highlight .mo {
  color: #d19a66;
}
.highlight .sb {
  color: #98c379;
}
.highlight .sc {
  color: #98c379;
}
.highlight .sd {
  color: #98c379;
}
.highlight .s2 {
  color: #98c379;
}
.highlight .se {
  color: #98c379;
}
.highlight .sh {
  color: #98c379;
}
.highlight .si {
  color: #98c379;
}
.highlight .sx {
  color: #98c379;
}
.highlight .sr {
  color: #56b6c2;
}
.highlight .s1 {
  color: #98c379;
}
.highlight .ss {
  color: #98c379;
}
.highlight .bp {
  color: #56b6c2;
}
.highlight .vc {
  color: #e06c75;
}
.highlight .vg {
  color: #e06c75;
}
.highlight .vi {
  color: #e06c75;
}
.highlight .il {
  color: #d19a66;
}

/*# sourceMappingURL=main.css.map */