html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  background: #f9fafb;
  font-size: 100%;
}

body {
  background: linear-gradient(180deg, #f9fafb 0, #fff 260px);
  color: #374151;
  font: 17px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.container {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 24px;
  width: 100%;
}

main.container {
  padding-bottom: 72px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f2937;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 1.8em 0 0.65em;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 21px;
}

p {
  margin: 16px 0;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover,
a:active {
  color: #1d4ed8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

ul,
ol {
  margin: 18px 0;
  padding-left: 28px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li + li {
  margin-top: 6px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

img {
  border-radius: 8px;
  display: block;
  margin: 24px auto;
  max-width: 100%;
}

table {
  display: block;
  font-size: 15px;
  margin: 24px 0;
  overflow-x: auto;
  width: 100%;
}

th,
td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
}

th {
  background: #f9fafb;
  color: #1f2937;
  font-weight: 700;
}

blockquote {
  background: #f9fafb;
  border-left: 4px solid #2563eb;
  border-radius: 0 8px 8px 0;
  color: #374151;
  margin: 1.6em 0;
  padding: 0.75em 1.1em;
}

code {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  padding: 0.08em 0.28em;
}

pre {
  overflow-x: auto;
}

pre code {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.wrapper-masthead {
  margin-bottom: 44px;
}

.wrapper-masthead .container {
  max-width: 920px;
}

.masthead {
  align-items: center;
  border-bottom: 1px solid rgba(107, 114, 128, 0.2);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px 0 24px;
}

.site-info {
  min-width: 0;
}

.site-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.site-name a {
  color: #1f2937;
}

.site-name a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.site-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0;
}

nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 18px;
}

nav a {
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-weight: 600;
  padding: 4px 0;
}

nav a:hover,
nav a:active {
  border-bottom-color: #2563eb;
  color: #1f2937;
  text-decoration: none;
}

article.post > h1,
article.page > h1 {
  font-size: 38px;
  margin-top: 0;
}

.posts {
  margin-top: 10px;
}

.post-list-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 30px 0;
}

.post-list-item:first-child {
  padding-top: 0;
}

.post-list-item:last-child {
  border-bottom: 0;
}

.post-list-item h1,
.post-list-item h2 {
  margin: 0 0 8px;
}

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

.post-list-item h2 {
  font-size: 24px;
}

.post-list-item h1 a,
.post-list-item h2 a {
  color: #1f2937;
}

.post-list-item h1 a:hover,
.post-list-item h2 a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.post-meta {
  color: #6b7280;
  font-size: 14px;
  margin: 0 0 16px;
}

.read-more,
.archive-link a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
}

.archive-link {
  margin-top: 28px;
}

.entry {
  overflow-wrap: break-word;
}

.entry > :first-child {
  margin-top: 0;
}

.entry > :last-child {
  margin-bottom: 0;
}

.entry a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.compact .post-list-item {
  padding: 24px 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
  .container {
    padding: 0 18px;
  }
  .wrapper-masthead {
    margin-bottom: 34px;
  }
  .masthead {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 22px 0 18px;
  }
  nav {
    gap: 16px;
  }
  h1,
  article.post > h1,
  article.page > h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
  .post-list-item {
    padding: 24px 0;
  }
  .post-list-item h1,
  .post-list-item h2 {
    font-size: 23px;
  }
}
.highlight {
  background: #f8fafc;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  margin: 20px 0;
  overflow-x: auto;
  padding: 14px 16px;
}

.highlight pre {
  margin: 0;
}

.highlight .c,
.highlight .cm,
.highlight .c1 {
  color: #64748b;
}

.highlight .k,
.highlight .kd,
.highlight .kn,
.highlight .kr {
  color: #7c3aed;
}

.highlight .s,
.highlight .s1,
.highlight .s2,
.highlight .sh {
  color: #047857;
}

.highlight .m,
.highlight .mi,
.highlight .mf {
  color: #b45309;
}

.highlight .nf,
.highlight .nc,
.highlight .nt {
  color: #2563eb;
}

.highlight .o,
.highlight .p {
  color: #475569;
}

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