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

html {
  scroll-behavior: smooth;
}

body {
  background: #080808;
  color: #c8c8c8;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #f0f0f0;
  line-height: 1.2;
  margin: 2rem 0 0.7rem;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.4rem;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 0.4rem;
}

h3 {
  font-size: 1.1rem;
  color: #c8c8c8;
}

p {
  margin-bottom: 1.2rem;
}

a {
  color: #f0f0f0;
  text-decoration: underline;
  text-decoration-color: #1e1e1e;
  text-underline-offset: 3px;
  transition: color 0.1s, text-decoration-color 0.1s;
}
a:hover {
  color: #fff;
  text-decoration-color: #c41a1a;
}

strong {
  color: #f0f0f0;
  font-weight: 500;
}

ul, ol {
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}
ul li, ol li {
  margin-bottom: 0.3rem;
}

blockquote {
  border-left: 2px solid #c41a1a;
  padding: 0.6rem 1.2rem;
  margin: 1.5rem 0;
  color: #484848;
  font-style: italic;
}
blockquote p {
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #1e1e1e;
  margin: 2.5rem 0;
}

img {
  max-width: 100%;
  display: block;
}

code, pre {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.85rem;
}

code {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  padding: 0.1em 0.35em;
  color: #c8c8c8;
}

pre {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-left: 2px solid #c41a1a;
  padding: 1.2rem 1.4rem;
  overflow-x: auto;
  margin-bottom: 1.4rem;
}
pre code {
  background: none;
  border: none;
  padding: 0;
}

.wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-content {
  padding: 3.5rem 0 5rem;
}

.site-header {
  background: #080808;
  border-bottom: 1px solid #1e1e1e;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.site-title {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0 !important;
  text-decoration: none !important;
}
.site-title:hover {
  color: #c41a1a !important;
}

.site-nav {
  display: flex;
  align-items: center;
}
.site-nav .nav-trigger, .site-nav label[for=nav-trigger] {
  display: none;
}
.site-nav .trigger {
  display: flex;
  gap: 1.5rem;
}
.site-nav .page-link {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #484848;
  text-decoration: none;
}
.site-nav .page-link:hover {
  color: #f0f0f0;
}
@media (max-width: 600px) {
  .site-nav {
    position: relative;
  }
  .site-nav .nav-trigger {
    display: none;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    cursor: pointer;
    padding: 0.4rem;
  }
  .site-nav label[for=nav-trigger] .menu-icon svg path {
    fill: #484848;
  }
  .site-nav .nav-trigger:checked ~ .trigger {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 2rem;
    background: #0f0f0f;
    border: 1px solid #1e1e1e;
    padding: 1rem 1.5rem;
    gap: 0.8rem;
  }
  .site-nav .trigger {
    display: none;
  }
}

.post-list-heading {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1rem;
  color: #484848;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-list > li {
  border-bottom: 1px solid #1e1e1e;
}
.post-list > li:last-child {
  border-bottom: none;
}

.post-card {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.4rem 0;
  text-decoration: none;
  color: inherit;
}
.post-card:hover .post-card__title {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #c41a1a;
}
.post-card__thumb {
  flex-shrink: 0;
  width: 148px;
  aspect-ratio: 3/2;
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.post-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
.post-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.post-card__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .post-card {
    flex-direction: column;
  }
  .post-card__thumb {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 220px;
  }
}

.post-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #484848;
  margin-bottom: 0.25rem;
}

.post-link {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #f0f0f0;
  text-decoration: none;
}
.post-link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #c41a1a;
}

.post-excerpt {
  font-size: 0.9rem;
  color: #484848;
  margin-top: 0.4rem;
}

.rss-subscribe {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  color: #484848;
  margin-top: 2rem;
}
.rss-subscribe a {
  color: #484848;
}
.rss-subscribe a:hover {
  color: #f0f0f0;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) 240px;
  column-gap: 3rem;
  align-items: start;
  width: calc(100vw - 3rem);
  max-width: calc(740px + 240px + 3rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.home-main {
  min-width: 0;
  max-width: 740px;
}

.home-sidebar {
  position: sticky;
  top: 5.5rem;
  border: 1px solid #1e1e1e;
  background: #0f0f0f;
  padding: 0.95rem 0.9rem;
}

.home-sidebar__heading {
  margin: 0 0 0.75rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #484848;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-list__item {
  margin: 0;
}

.project-list__link {
  display: block;
  text-decoration: none;
  border: 1px solid #1e1e1e;
  padding: 0.75rem 0.8rem;
  transition: border-color 0.12s ease;
}
.project-list__link:hover {
  border-color: #c41a1a;
}

.project-list__name {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #f0f0f0;
  margin-bottom: 0.1rem;
}

.project-list__type {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #484848;
  margin-bottom: 0.35rem;
}

.project-list__desc {
  display: block;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #c8c8c8;
}

@media (max-width: 1080px) {
  .home-layout {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1.25rem;
    width: 100%;
    max-width: 740px;
    left: auto;
    transform: none;
  }
  .home-main {
    max-width: 100%;
  }
  .home-sidebar {
    position: static;
  }
}
.post-header {
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.post-title {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0f0f0;
  line-height: 1.05;
  margin: 0 0 0.5rem;
}

.post-content h2, .post-content h3, .post-content h4 {
  font-weight: 500;
}
.post-content mjx-container[display=true] {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin: 1rem 0;
}
.post-content img {
  max-height: 360px;
  width: auto;
  margin: 1.5rem auto;
}

.page-heading {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
}

.site-footer {
  border-top: 1px solid #1e1e1e;
  padding: 2rem 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  color: #484848;
}
.site-footer .footer-heading {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #484848;
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}
.site-footer .footer-col-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-footer a {
  color: #484848;
  text-decoration: none;
}
.site-footer a:hover {
  color: #f0f0f0;
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer li {
  margin-bottom: 0.3rem;
}

::selection {
  background: #c41a1a;
  color: #fff;
}

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

::-webkit-scrollbar-track {
  background: #080808;
}

::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}

::-webkit-scrollbar-thumb:hover {
  background: #484848;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}
table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #484848;
  border-bottom: 1px solid #1e1e1e;
  padding: 0.5rem 0.8rem;
  text-align: left;
  font-weight: 400;
}
table td {
  border-bottom: 1px solid #1e1e1e;
  padding: 0.5rem 0.8rem;
}

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