@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  background: #1a1a1a;
  color: #e8e0d4;
  line-height: 1.72;
}

.site-header {
  border-bottom: 1px solid #333333;
  padding: 1.2rem 0;
  background: #1a1a1a;
}
.site-header .wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f0e8dc;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.site-title:hover {
  color: #d4a574;
}
.site-title:visited {
  color: #f0e8dc;
}

.page-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.site-footer {
  border-top: 1px solid #333333;
  padding: 2rem 0;
  text-align: center;
}
.site-footer .wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer p, .site-footer a {
  font-size: 0.85rem;
  color: #6b6560;
}
.site-footer a:hover {
  color: #d4a574;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #f0e8dc;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.35em;
}

h3 {
  font-size: 1.2rem;
  color: #e8e0d4;
}

h4 {
  font-size: 1.05rem;
  color: #9a9186;
}

p {
  margin-bottom: 1.25em;
}

a {
  color: #c49b6a;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #e0bb91;
}

strong {
  color: #f0e8dc;
  font-weight: 600;
}

em {
  color: #e8e0d4;
}

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

ul, ol {
  margin-bottom: 1.25em;
  padding-left: 1.5em;
}

li {
  margin-bottom: 0.3em;
}

code {
  font-family: "JetBrains Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;
  font-size: 0.88em;
  background: #2a2a2a;
  color: #d4c5b0;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  border: 1px solid #333333;
}

pre {
  background: #2a2a2a;
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 1.2em 1.4em;
  overflow-x: auto;
  margin-bottom: 1.5em;
  line-height: 1.55;
}
pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.85em;
  color: #d4c5b0;
}

.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt {
  color: #c49b6a;
}
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .sh, .highlight .sx {
  color: #a8c078;
}
.highlight .c, .highlight .c1, .highlight .cm, .highlight .cs {
  color: #6b6560;
  font-style: italic;
}
.highlight .n, .highlight .na, .highlight .nb, .highlight .nc, .highlight .nd, .highlight .ni, .highlight .ne, .highlight .nf {
  color: #e8e0d4;
}
.highlight .mi, .highlight .mf, .highlight .mh, .highlight .mo {
  color: #c9a0dc;
}
.highlight .o, .highlight .p {
  color: #9a9186;
}
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
  color: #7db8c9;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 0.92em;
}

th {
  font-weight: 600;
  color: #f0e8dc;
  text-align: left;
  padding: 0.6em 0.8em;
  border-bottom: 2px solid #333333;
}

td {
  padding: 0.5em 0.8em;
  border-bottom: 1px solid #333333;
}

tr:hover td {
  background: #232323;
}

blockquote {
  border-left: 3px solid #d4a574;
  padding: 0.5em 1.2em;
  margin: 1.5em 0;
  color: #9a9186;
  background: #232323;
  border-radius: 0 6px 6px 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

video {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
  border: 1px solid #333333;
}

.home-hero {
  margin: -1px 0 2.5rem;
}
.home-hero video {
  display: block;
  width: calc(100% + 2px);
  margin: -1px -1px 0;
  border: none;
  border-radius: 0;
  background: #1a1a1a;
  mix-blend-mode: lighten;
}

.post-excerpt {
  font-size: 0.88rem;
  color: #9a9186;
  margin-top: 0.2em;
  line-height: 1.5;
}

article > p:first-child img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #333333;
  margin-bottom: 2rem;
}

.post-header {
  margin-bottom: 2rem;
}

.post-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f0e8dc;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.post-meta {
  font-size: 0.88rem;
  color: #6b6560;
}

.post-list {
  list-style: none;
  padding: 0;
}
.post-list li {
  padding: 1.2em 0;
  border-bottom: 1px solid #333333;
}
.post-list h3 {
  margin: 0 0 0.2em;
  font-size: 1.25rem;
}
.post-list h3 a {
  color: #f0e8dc;
}
.post-list h3 a:hover {
  color: #d4a574;
}
.post-list .post-meta {
  font-size: 0.85rem;
}

img {
  max-width: 100%;
  border-radius: 8px;
}

@media (max-width: 600px) {
  html {
    font-size: 16px;
  }
  .page-content {
    padding: 1.5rem 1rem 3rem;
  }
  pre {
    padding: 0.8em 1em;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  .post-title {
    font-size: 1.6rem;
  }
}

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