/**
 * 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.7 "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -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; }

/**
 * Links
 */
a {
  color: #3fb950;
  text-decoration: none; }
  a:visited {
    color: #2c8037; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #8b949e;
  border-left: 4px solid #30363d;
  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 #30363d;
  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(920px - (30px * 2));
  max-width: calc(920px - (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(920px - (30px));
      max-width: calc(920px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #8b949e;
  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: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #30363d; }
  table tr:nth-child(even) {
    background-color: #3d454e; }
  table th, table td {
    padding: 9.999999999px 15px; }
  table th {
    background-color: #373e46;
    border: 1px solid #272c32;
    border-bottom-color: #15181b; }
  table td {
    border: 1px solid #30363d; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #e6edf3;
  border-bottom: 1px solid #30363d;
  min-height: 55.95px;
  position: relative; }

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

.site-nav {
  float: right;
  line-height: 61.2px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.7; }
    .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: #fdfdfd;
      border: 1px solid #30363d;
      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: #e6edf3; }
      .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 #30363d;
  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: #8b949e;
  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: #8b949e; }

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

html {
  scroll-behavior: smooth;
  color-scheme: dark; }

body {
  background: #0d1117;
  color: #e6edf3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  background: rgba(63, 185, 80, 0.25);
  color: #56d364; }

*:focus-visible {
  outline: 2px solid #3fb950;
  outline-offset: 2px; }

a {
  color: #3fb950;
  text-decoration: none;
  transition: color 150ms ease; }
  a:visited {
    color: #3fb950; }
  a:hover {
    color: #56d364;
    text-decoration: underline; }

hr {
  border: none;
  height: 1px;
  background: #30363d;
  margin: 2.5rem 0; }

.prompt {
  color: #3fb950;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-weight: 700;
  user-select: none; }

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #3fb950;
  z-index: 9999;
  transition: width 50ms linear;
  box-shadow: 0 0 8px rgba(63, 185, 80, 0.4); }

.site-header {
  background: #161b22;
  border-bottom: 1px solid #30363d;
  border-top: 2px solid #3fb950;
  padding: 0;
  min-height: auto; }
  .site-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px; }
  .site-header .site-title,
  .site-header .site-title:visited {
    color: #e6edf3;
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 8px;
    float: none; }
    .site-header .site-title:hover,
    .site-header .site-title:visited:hover {
      text-decoration: none;
      color: #56d364; }
    .site-header .site-title .site-logo,
    .site-header .site-title:visited .site-logo {
      display: flex;
      color: #3fb950; }
    .site-header .site-title .title-prompt,
    .site-header .site-title:visited .title-prompt {
      color: #3fb950;
      font-weight: 700; }
  .site-header .site-nav {
    float: none;
    line-height: 1; }
    .site-header .site-nav .page-link {
      color: #8b949e;
      font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
      font-weight: 500;
      font-size: 0.82rem;
      padding: 6px 12px;
      border-radius: 6px;
      transition: all 150ms ease;
      line-height: 1.5; }
      .site-header .site-nav .page-link:not(:last-child) {
        margin-right: 2px; }
      .site-header .site-nav .page-link:hover {
        color: #56d364;
        background: rgba(63, 185, 80, 0.1);
        text-decoration: none; }
    .site-header .site-nav .menu-icon > svg {
      fill: #8b949e; }

@media screen and (max-width: 600px) {
  .site-nav {
    background-color: #21262d !important;
    border: 1px solid #30363d !important;
    border-radius: 8px !important; }
    .site-nav .page-link {
      color: #8b949e !important;
      padding: 10px 14px !important;
      margin-left: 0 !important; }
      .site-nav .page-link:hover {
        color: #56d364 !important;
        background: rgba(63, 185, 80, 0.1) !important; }
    .site-nav .menu-icon > svg {
      fill: #8b949e !important; }
    .site-nav input:checked ~ .trigger {
      padding-bottom: 6px !important; } }
.page-content {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.hero {
  margin-bottom: 2.5rem; }

.hero-terminal {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); }

.terminal-bar {
  background: #21262d;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #30363d; }

.terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%; }
  .terminal-dot.red {
    background: #f85149; }
  .terminal-dot.yellow {
    background: #e3b341; }
  .terminal-dot.green {
    background: #3fb950; }

.terminal-title {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.78rem;
  color: #656d76;
  margin-left: 8px; }

.terminal-body {
  padding: 1.5rem 2rem 1.25rem;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace; }
  .terminal-body .terminal-line {
    font-size: 0.88rem;
    color: #8b949e;
    margin-bottom: 0.3rem;
    line-height: 1.6; }
    .terminal-body .terminal-line .prompt {
      color: #3fb950;
      margin-right: 0.5rem; }
  .terminal-body .hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #56d364;
    margin: 0.25rem 0 0.15rem;
    letter-spacing: -0.02em;
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace; }
  .terminal-body .hero-subtitle {
    font-size: 1rem;
    color: #8b949e;
    margin-bottom: 0.75rem;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
  .terminal-body .hero-tagline {
    color: #e6edf3;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
  .terminal-body .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin: 0.6rem 0 0.75rem;
    padding: 0.6rem 0;
    border-top: 1px dashed #30363d;
    border-bottom: 1px dashed #30363d; }
    .terminal-body .hero-stats .stat {
      font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      font-size: 0.82rem;
      color: #8b949e; }
      .terminal-body .hero-stats .stat:nth-child(1) {
        color: #58a6ff; }
      .terminal-body .hero-stats .stat:nth-child(2) {
        color: #bc8cff; }
      .terminal-body .hero-stats .stat:nth-child(3) {
        color: #d29922; }
      .terminal-body .hero-stats .stat:nth-child(4) {
        color: #3fb950; }
  .terminal-body .cursor .blink {
    animation: blink 1s step-end infinite;
    color: #3fb950;
    font-weight: 700; }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
.post-list-heading {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 1.15rem;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #30363d; }
  .post-list-heading .heading-icon {
    color: #3fb950;
    font-weight: 700;
    margin-right: 0.3rem; }

.post-list {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .post-list > li {
    margin-bottom: 0.6rem; }

.post-card {
  background: #1c2128;
  border: 1px solid #30363d;
  border-radius: 8px;
  padding: 1.1rem 1.3rem;
  transition: all 200ms ease;
  position: relative; }
  .post-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    border-radius: 3px 0 0 3px;
    transition: background 200ms ease; }
  .post-card:hover {
    border-color: #238636;
    background: #20262e; }
    .post-card:hover::before {
      background: #3fb950; }
    .post-card:hover .post-link {
      color: #56d364; }
  .post-card .post-card-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem; }
  .post-card h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4; }
  .post-card .post-link {
    color: #e6edf3;
    transition: color 150ms ease; }
    .post-card .post-link:hover {
      text-decoration: none; }
  .post-card .post-meta {
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    font-size: 0.78rem;
    color: #656d76; }
  .post-card .post-excerpt {
    font-size: 0.88rem;
    color: #8b949e;
    margin: 0.4rem 0 0;
    line-height: 1.55; }

.category-badge {
  display: inline-block;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  background: rgba(63, 185, 80, 0.1);
  color: #3fb950;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 3px;
  border: 1px solid #238636;
  text-transform: lowercase;
  letter-spacing: 0.02em; }

.rss-subscribe {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #30363d;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.85rem;
  color: #656d76; }
  .rss-subscribe a {
    font-weight: 600; }

.post-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #30363d; }
  .post-header .post-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: #e6edf3; }

.post-meta-bar {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.82rem;
  color: #656d76;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem; }

.post-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #30363d;
  color: #e6edf3; }
.post-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  color: #e6edf3; }
.post-content h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: #e6edf3; }
.post-content h5, .post-content h6 {
  font-weight: 600;
  color: #8b949e;
  margin-top: 1.25rem; }
.post-content p {
  margin-bottom: 1.2rem;
  line-height: 1.75;
  color: #e6edf3; }
.post-content ul, .post-content ol {
  margin-bottom: 1.2rem;
  padding-left: 1.5rem; }
  .post-content ul li, .post-content ol li {
    margin-bottom: 0.35rem;
    line-height: 1.65;
    color: #e6edf3; }
    .post-content ul li::marker, .post-content ol li::marker {
      color: #3fb950; }
.post-content ul ul, .post-content ol ol, .post-content ul ol, .post-content ol ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }
.post-content img {
  border-radius: 8px;
  border: 1px solid #30363d;
  max-width: 100%;
  height: auto; }
.post-content blockquote {
  border-left: 3px solid #3fb950;
  background: rgba(63, 185, 80, 0.1);
  padding: 0.9rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
  color: #8b949e; }
  .post-content blockquote p:last-child {
    margin-bottom: 0; }
.post-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem 0;
  border: 1px solid #30363d;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  overflow-x: auto; }
  .post-content table th {
    background: #21262d;
    color: #e6edf3;
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.6rem 1rem;
    text-align: left;
    border-bottom: 1px solid #30363d; }
  .post-content table td {
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #21262d;
    font-size: 0.9rem;
    color: #e6edf3; }
  .post-content table tr:last-child td {
    border-bottom: none; }
  .post-content table tr:hover td {
    background: rgba(63, 185, 80, 0.03); }
.post-content kbd {
  display: inline-block;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.8em;
  padding: 1px 6px;
  color: #e6edf3;
  background: #21262d;
  border: 1px solid #30363d;
  border-bottom-width: 2px;
  border-radius: 4px;
  line-height: 1.4; }
.post-content strong {
  color: #e6edf3;
  font-weight: 650; }

code {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.85em;
  background: #21262d;
  padding: 2px 7px;
  border-radius: 4px;
  color: #d29922;
  border: 1px solid #30363d; }

pre {
  background: #161b22;
  color: #e6edf3;
  border: 1px solid #30363d;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  line-height: 1.55;
  margin-bottom: 1.5rem; }
  pre::-webkit-scrollbar {
    height: 5px; }
  pre::-webkit-scrollbar-track {
    background: transparent; }
  pre::-webkit-scrollbar-thumb {
    background: #30363d;
    border-radius: 3px; }
  pre code {
    background: none;
    color: inherit;
    padding: 0;
    font-size: 0.84rem;
    border: none;
    border-radius: 0; }

.highlight,
.highlighter-rouge .highlight {
  background: #161b22;
  border-radius: 8px;
  margin-bottom: 1.5rem; }
  .highlight pre,
  .highlighter-rouge .highlight pre {
    margin-bottom: 0; }
  .highlight .c, .highlight .cm, .highlight .c1, .highlight .cs,
  .highlighter-rouge .highlight .c,
  .highlighter-rouge .highlight .cm,
  .highlighter-rouge .highlight .c1,
  .highlighter-rouge .highlight .cs {
    color: #656d76;
    font-style: italic; }
  .highlight .k, .highlight .kd, .highlight .kn, .highlight .kp,
  .highlight .kr, .highlight .kt,
  .highlighter-rouge .highlight .k,
  .highlighter-rouge .highlight .kd,
  .highlighter-rouge .highlight .kn,
  .highlighter-rouge .highlight .kp,
  .highlighter-rouge .highlight .kr,
  .highlighter-rouge .highlight .kt {
    color: #bc8cff; }
  .highlight .s, .highlight .s1, .highlight .s2, .highlight .sb,
  .highlight .sc, .highlight .sd, .highlight .sh, .highlight .sx,
  .highlighter-rouge .highlight .s,
  .highlighter-rouge .highlight .s1,
  .highlighter-rouge .highlight .s2,
  .highlighter-rouge .highlight .sb,
  .highlighter-rouge .highlight .sc,
  .highlighter-rouge .highlight .sd,
  .highlighter-rouge .highlight .sh,
  .highlighter-rouge .highlight .sx {
    color: #3fb950; }
  .highlight .na,
  .highlighter-rouge .highlight .na {
    color: #58a6ff; }
  .highlight .nb,
  .highlighter-rouge .highlight .nb {
    color: #d29922; }
  .highlight .nc,
  .highlighter-rouge .highlight .nc {
    color: #e3b341; }
  .highlight .nf,
  .highlighter-rouge .highlight .nf {
    color: #58a6ff; }
  .highlight .no,
  .highlighter-rouge .highlight .no {
    color: #d29922; }
  .highlight .ni,
  .highlighter-rouge .highlight .ni {
    color: #e6edf3; }
  .highlight .nn,
  .highlighter-rouge .highlight .nn {
    color: #e3b341; }
  .highlight .nt,
  .highlighter-rouge .highlight .nt {
    color: #f85149; }
  .highlight .nv, .highlight .vi, .highlight .vg,
  .highlighter-rouge .highlight .nv,
  .highlighter-rouge .highlight .vi,
  .highlighter-rouge .highlight .vg {
    color: #f85149; }
  .highlight .o, .highlight .ow,
  .highlighter-rouge .highlight .o,
  .highlighter-rouge .highlight .ow {
    color: #76e3ea; }
  .highlight .m, .highlight .mi, .highlight .mf,
  .highlight .mh, .highlight .il,
  .highlighter-rouge .highlight .m,
  .highlighter-rouge .highlight .mi,
  .highlighter-rouge .highlight .mf,
  .highlighter-rouge .highlight .mh,
  .highlighter-rouge .highlight .il {
    color: #d29922; }
  .highlight .p,
  .highlighter-rouge .highlight .p {
    color: #e6edf3; }
  .highlight .err,
  .highlighter-rouge .highlight .err {
    color: #f85149; }
  .highlight .gd,
  .highlighter-rouge .highlight .gd {
    color: #f85149;
    background: rgba(248, 81, 73, 0.1); }
  .highlight .gi,
  .highlighter-rouge .highlight .gi {
    color: #3fb950;
    background: rgba(63, 185, 80, 0.1); }

.post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #30363d;
  gap: 1rem; }
  .post-nav .post-nav-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #1c2128;
    border: 1px solid #30363d;
    border-radius: 8px;
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    font-size: 0.82rem;
    font-weight: 500;
    max-width: 45%;
    transition: all 150ms ease;
    color: #8b949e; }
    .post-nav .post-nav-link:hover {
      border-color: #238636;
      color: #3fb950;
      text-decoration: none; }
    .post-nav .post-nav-link.next {
      margin-left: auto;
      text-align: right; }

.site-footer {
  background: #161b22;
  color: #8b949e;
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid #30363d;
  margin-top: 3rem; }
  .site-footer .footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem; }
  .site-footer .footer-heading {
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    color: #e6edf3;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .site-footer .footer-description {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #656d76; }
  .site-footer .contact-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer .contact-list li {
      margin-bottom: 0.4rem;
      font-size: 0.88rem; }
    .site-footer .contact-list a {
      color: #8b949e; }
      .site-footer .contact-list a:visited {
        color: #8b949e; }
      .site-footer .contact-list a:hover {
        color: #56d364;
        text-decoration: none; }
  .site-footer .footer-bottom {
    border-top: 1px solid #30363d;
    padding-top: 1.25rem;
    text-align: center; }
    .site-footer .footer-bottom p {
      font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
      font-size: 0.78rem;
      color: #656d76;
      margin: 0; }
    .site-footer .footer-bottom a {
      color: #8b949e; }
      .site-footer .footer-bottom a:hover {
        color: #3fb950; }

.category-section {
  margin-bottom: 2rem; }
  .category-section h3 {
    font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
    font-size: 1rem;
    font-weight: 600;
    color: #e6edf3;
    margin-bottom: 0.75rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #238636;
    display: inline-block; }
  .category-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem; }
    .category-section ul li a {
      display: inline-block;
      padding: 0.4rem 0.75rem;
      background: #1c2128;
      border: 1px solid #30363d;
      border-radius: 6px;
      font-size: 0.9rem;
      transition: all 150ms ease;
      color: #e6edf3; }
      .category-section ul li a:hover {
        border-color: #238636;
        background: rgba(63, 185, 80, 0.1);
        color: #56d364;
        text-decoration: none;
        transform: translateX(4px); }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #0d1117; }

::-webkit-scrollbar-thumb {
  background: #30363d;
  border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover {
    background: #656d76; }

* {
  scrollbar-width: thin;
  scrollbar-color: #30363d #0d1117; }

@media print {
  .site-header, .site-footer, .post-nav,
  .rss-subscribe, .hero, .progress-bar {
    display: none !important; }

  body {
    background: #fff;
    color: #000; }

  a {
    color: #000;
    text-decoration: underline; }

  pre {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    page-break-inside: avoid; } }
@media screen and (max-width: 800px) {
  .terminal-body {
    padding: 1.25rem 1.5rem 1rem; }
    .terminal-body .hero-title {
      font-size: 1.6rem; }

  .post-header .post-title {
    font-size: 1.7rem; }

  .site-footer .footer-content {
    grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 600px) {
  .page-content {
    padding-top: 1.25rem; }

  .terminal-body {
    padding: 1rem 1.25rem 0.75rem; }
    .terminal-body .hero-title {
      font-size: 1.3rem; }
    .terminal-body .hero-subtitle {
      font-size: 0.9rem; }
    .terminal-body .terminal-line {
      font-size: 0.8rem; }

  .terminal-title {
    display: none; }

  .post-list-heading {
    font-size: 1rem; }

  .post-card {
    padding: 0.9rem 1rem; }
    .post-card h3 {
      font-size: 0.95rem; }
    .post-card::before {
      display: none; }

  .post-header .post-title {
    font-size: 1.4rem; }

  .post-content h2 {
    font-size: 1.2rem; }
  .post-content h3 {
    font-size: 1.05rem; }
  .post-content pre {
    padding: 0.85rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    border-radius: 0;
    border-left: none;
    border-right: none; }

  .post-nav {
    flex-direction: column; }
    .post-nav .post-nav-link {
      max-width: 100%;
      text-align: center; }

  .site-footer {
    padding: 1.5rem 0 1rem; }
    .site-footer .footer-content {
      grid-template-columns: 1fr;
      gap: 1.25rem; }

  .category-section ul li a {
    display: block; } }
