@charset "UTF-8";
.highlight, h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 15px;
}

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

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

/**
 * 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: #e5e7eb;
  background-color: #0f1115;
  -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
 */
/**
 * `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;
}

/**
 * Links
 */
a {
  color: #8ab4f8;
  text-decoration: none;
}
a:visited {
  color: rgb(65.8185483871, 133.7298387097, 243.6814516129);
}
a:hover {
  color: #e5e7eb;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #9aa4b2;
  border-left: 4px solid #252a33;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #252a33;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #9aa4b2;
  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: hsl(220, 13.0434782609%, 108.9803921569%);
  border-collapse: collapse;
  border: 1px solid #252a33;
}
table tr:nth-child(even) {
  background-color: rgb(49.8659090909, 56.6045454545, 68.7340909091);
}
table th,
table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(43.4329545455, 49.3022727273, 59.8670454545);
  border: 1px solid rgb(28.4227272727, 32.2636363636, 39.1772727273);
  border-bottom-color: rgb(11.2681818182, 12.7909090909, 15.5318181818);
}
table td {
  border: 1px solid #252a33;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #f3f4f6;
  border-bottom: 1px solid #252a33;
  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: #f3f4f6;
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #e5e7eb;
  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: #0f1115;
    border: 1px solid #252a33;
    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: #f3f4f6;
  }
  .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 #252a33;
  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: #9aa4b2;
  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-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: #9aa4b2;
}

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

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086b3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

body {
  background: #0f1115;
  color: #e5e7eb;
}

a {
  color: #93c5fd;
}

a:visited {
  color: #c4b5fd;
}

.site-header {
  background: #0f1115;
  border-top-color: #374151;
  border-bottom-color: #252a33;
}

.site-title,
.site-title:visited {
  color: #f9fafb;
}

.site-nav {
  background: #0f1115;
}

.site-nav .page-link {
  color: #e5e7eb;
}

.site-footer {
  border-top-color: #252a33;
}

.site-footer .footer-col-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-left: 0;
}

.site-footer .footer-col {
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .footer-col-2 {
  flex: 0 0 auto;
}

.site-footer .footer-col-3 {
  flex: 1 1 24rem;
  min-width: 0;
}

.site-footer .social-media-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .site-footer .footer-col-wrapper {
    display: block;
  }
  .site-footer .footer-col {
    margin-bottom: 1rem;
  }
}
.footer-col-wrapper,
.post-meta,
.rss-subscribe {
  color: #9aa4b2;
}

.post-list > li {
  border-bottom: 1px solid #1f2937;
  padding-bottom: 1.5rem;
}

.post-header {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(71, 85, 105, 0.35);
}

.post-content hr {
  margin: 2.25rem 0;
}

.post-list-heading,
.post-content h2,
.post-content h3,
.post-content h4 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.85rem;
}

.post-list-heading::after,
.post-content h2::after,
.post-content h3::after,
.post-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.95), rgba(251, 146, 60, 0.82));
  box-shadow: 0 0 18px rgba(251, 146, 60, 0.14);
}

.post-list-heading {
  margin-bottom: 1.4rem;
}

.post-list-heading::after {
  width: 4.25rem;
}

.post-content h2 {
  margin-top: 2rem;
}

.post-content h2::after {
  width: 4rem;
}

.post-content h3 {
  margin-top: 1.7rem;
}

.post-content h3::after {
  width: 3.1rem;
}

.post-content h4 {
  margin-top: 1.45rem;
}

.post-content h4::after {
  width: 2.4rem;
}

.post-content p + h2,
.post-content ul + h2,
.post-content ol + h2,
.post-content pre + h2,
.post-content .highlighter-rouge + h2,
.post-content blockquote + h2 {
  margin-top: 2.2rem;
}

.post-content > :first-child:is(h2, h3, h4) {
  margin-top: 0;
}

.post-content .highlighter-rouge,
.post-content > pre {
  margin: 1.35rem 0 1.65rem;
}

.post-list-rich {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.post-list-rich > li {
  position: relative;
  overflow: hidden;
  border: 1px solid #1f2937;
  border-radius: 18px;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(20, 24, 31, 0.96), rgba(15, 17, 21, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.post-list-rich > li::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.95), rgba(251, 146, 60, 0.82));
}

.post-card h3 {
  margin-bottom: 0.75rem;
}

.post-card .post-link,
.post-card .post-link:visited {
  color: #f8fafc;
}

.post-card .post-link:hover {
  color: #ffedd5;
}

.post-preview {
  margin-bottom: 0.9rem;
  color: #cbd5e1;
  line-height: 1.75;
}

.post-read-more {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fb923c;
}

.post-read-more:visited {
  color: #fdba74;
}

.post-read-more:hover {
  color: #ffedd5;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin: 2rem 0 1.15rem;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(147, 197, 253, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(15, 23, 42, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.22);
  color: #dbeafe;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pagination .page-numbers:visited {
  color: #dbeafe;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus-visible {
  border-color: rgba(251, 146, 60, 0.5);
  background: linear-gradient(180deg, rgba(38, 26, 17, 0.98), rgba(30, 41, 59, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 16px 34px rgba(0, 0, 0, 0.26);
  color: #ffedd5;
  transform: translateY(-1px);
}

.pagination .previous::before {
  content: "←";
  margin-right: 0.55rem;
  color: #fb923c;
}

.pagination .next::after {
  content: "→";
  margin-left: 0.55rem;
  color: #fb923c;
}

@media screen and (max-width: 600px) {
  .pagination {
    flex-direction: column;
    align-items: stretch;
  }
  .pagination .page-numbers {
    width: 100%;
  }
}
.post-list > li:last-child {
  border-bottom: 0;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.45rem;
}

.post-tag {
  display: inline-block;
  padding: 0.14rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  background: rgba(30, 41, 59, 0.62);
  color: #dbeafe;
  font-size: 0.82rem;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.post-tag:visited {
  color: #dbeafe;
}

.post-tag:hover {
  border-color: rgba(251, 146, 60, 0.48);
  background: rgba(67, 35, 12, 0.42);
  color: #ffedd5;
}

pre,
code {
  background-color: #111827;
  border-color: #334155;
  color: #e2e8f0;
}

pre > code {
  background: transparent;
}

:not(pre) > code {
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
  color: #bfdbfe;
}

pre {
  padding: 1rem 1.15rem;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.highlight,
.highlighter-rouge .highlight {
  background: #111827;
  color: #e2e8f0;
  border: 1px solid #334155;
  border-radius: 14px;
}

.highlight pre,
.highlighter-rouge pre {
  margin-bottom: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.highlight code,
.highlighter-rouge code {
  background: transparent;
  color: inherit;
}

.highlight .c,
.highlight .cm,
.highlight .c1,
.highlight .cs,
.highlight .gh,
.highlight .go,
.highlight .gp,
.highlight .gu,
.highlight .w,
.highlight .bp {
  color: #94a3b8;
}

.highlight .err,
.highlight .gr,
.highlight .gt {
  color: #fecaca;
  background-color: rgba(127, 29, 29, 0.45);
}

.highlight .k,
.highlight .kc,
.highlight .kd,
.highlight .kp,
.highlight .kr,
.highlight .kt,
.highlight .o,
.highlight .ow {
  color: #93c5fd;
  font-weight: 600;
}

.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo,
.highlight .il {
  color: #f9a8d4;
}

.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s1,
.highlight .s2,
.highlight .se,
.highlight .sh,
.highlight .si,
.highlight .sr,
.highlight .ss,
.highlight .sx {
  color: #86efac;
}

.highlight .na,
.highlight .nb,
.highlight .nc,
.highlight .no,
.highlight .nt,
.highlight .nv,
.highlight .vc,
.highlight .vg,
.highlight .vi {
  color: #67e8f9;
}

.highlight .ne,
.highlight .nf,
.highlight .nn {
  color: #fca5a5;
  font-weight: 600;
}

.highlight .gd,
.highlight .gd .x {
  color: #fecaca;
  background-color: rgba(127, 29, 29, 0.35);
}

.highlight .gi,
.highlight .gi .x {
  color: #bbf7d0;
  background-color: rgba(20, 83, 45, 0.45);
}

.highlight .ni {
  color: #fde68a;
}

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