body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  padding-top: 56px;
}

h1, h2, h3, h4, h5 {
  color: #263c4c;
}

a {
  color: #f2ad36;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(182.214953271, 119.6635514019, 11.785046729);
}

.post header {
  background: #2b2d35;
  padding: 3.25rem 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.post header h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
  max-width: 44rem;
}
.post header .post-meta {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post .post-body {
  font-size: 1.1rem;
  line-height: 1.8;
}
.post .post-body p {
  margin-bottom: 1.5em;
}
.post .post-body img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.blog-index {
  padding: 2rem 0;
}
.blog-index .post-feature {
  margin-bottom: 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
}
.blog-index .post-feature h2 {
  margin-bottom: 0.3rem;
}
.blog-index .post-feature h2 a {
  color: #263c4c;
}
.blog-index .post-feature h2 a:hover {
  color: #f2ad36;
}
.blog-index .post-feature p {
  margin: 0.85rem 0 1.1rem;
}
.blog-index .post-list-meta {
  color: #8a8a8a;
  font-size: 0.85rem;
}
.blog-index .post-list-meta .sep {
  margin: 0 0.15rem;
}
.blog-index .post-grid {
  margin-top: 0.5rem;
}
.blog-index .post-grid .post-grid-heading {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5rem;
  margin: 0 0 1.4rem;
}
.blog-index .post-grid .post-grid-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 2.5rem;
}
.blog-index .post-grid .post-grid-item h4 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
.blog-index .post-grid .post-grid-item h4 a {
  color: #263c4c;
}
.blog-index .post-grid .post-grid-item h4 a:hover {
  color: #f2ad36;
}
.blog-index .pagination {
  display: flex;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 576px) {
  .blog-index .post-grid .post-grid-items {
    grid-template-columns: 1fr;
  }
}
.comments {
  border-top: 1px solid #e6e6e6;
  margin-top: 3rem;
  padding-top: 2rem;
}
.comments .comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.comments .comment strong {
  color: #263c4c;
}
.comments .comment .comment-date {
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: #999;
}

.post-taxonomy {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e6e6e6;
}
.post-taxonomy > div {
  margin-bottom: 0.6rem;
}
.post-taxonomy > div:last-child {
  margin-bottom: 0;
}
.post-taxonomy .tax-label {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  margin-right: 0.6rem;
}
.post-taxonomy .post-cat {
  font-weight: 600;
  color: #263c4c;
}
.post-taxonomy .post-cat:hover {
  color: rgb(210.9560747664, 138.538317757, 13.6439252336);
}
.post-taxonomy .post-tag {
  display: inline-block;
  margin: 0 0.35rem 0.35rem 0;
  padding: 2px 9px;
  background: #eef0f2;
  border-radius: 3px;
  font-size: 0.85rem;
  color: #3a4652;
}
.post-taxonomy .post-tag:hover {
  background: #ffba43;
  color: #263c4c;
}

.post-cta {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin: 2.5rem 0 1rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #fff7e9 100%);
  border: 1px solid #f1e3c6;
  border-left: 4px solid #ffba43;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.post-cta .post-cta-logo {
  width: 170px;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}
.post-cta .post-cta-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #263c4c;
}
.post-cta .post-cta-body p {
  margin: 0 0 1.1rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #555;
}
.post-cta .post-cta-btn {
  display: inline-block;
  background: #ffba43;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.6rem 1.45rem;
  border-radius: 6px;
}
.post-cta .post-cta-btn:hover {
  background: rgb(255, 167.2819148936, 16);
  color: #fff;
}

@media screen and (max-width: 640px) {
  .post-cta {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.25rem;
  }
  .post-cta .post-cta-logo {
    width: 150px;
  }
}
.post-body code,
.page-content code {
  background-color: #f2eff5;
  color: #c7254e;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85em;
}

.post-body div.highlighter-rouge,
.page-content div.highlighter-rouge {
  margin: 1.5em 0;
  border-radius: 8px;
  border: 1px solid #2f3242;
  background-color: #1e1f29;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.post-body div.highlighter-rouge .highlight,
.page-content div.highlighter-rouge .highlight {
  margin: 0;
  background: transparent;
  overflow-x: auto;
}
.post-body div.highlighter-rouge pre,
.post-body div.highlighter-rouge code,
.page-content div.highlighter-rouge pre,
.page-content div.highlighter-rouge code {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #e6e6ea;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85rem;
  line-height: 1.55;
  border-radius: 0;
}
.post-body div.highlighter-rouge .rouge-table,
.page-content div.highlighter-rouge .rouge-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}
.post-body div.highlighter-rouge .rouge-table td,
.page-content div.highlighter-rouge .rouge-table td {
  border: 0;
  padding: 0;
  vertical-align: top;
}
.post-body div.highlighter-rouge .rouge-table tbody,
.page-content div.highlighter-rouge .rouge-table tbody {
  border: 0;
}
.post-body div.highlighter-rouge .rouge-gutter,
.page-content div.highlighter-rouge .rouge-gutter {
  width: 1%;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.post-body div.highlighter-rouge .rouge-gutter pre,
.page-content div.highlighter-rouge .rouge-gutter pre {
  color: #565a70;
  text-align: right;
  padding: 0.9rem 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.post-body div.highlighter-rouge .rouge-code,
.page-content div.highlighter-rouge .rouge-code {
  width: 100%;
  padding: 0;
}
.post-body div.highlighter-rouge .rouge-code pre,
.page-content div.highlighter-rouge .rouge-code pre {
  padding: 0.9rem 1.1rem;
  white-space: pre;
  overflow-x: visible;
}

.post-body .language-terminal,
.page-content .language-terminal {
  background-color: #15161c;
}
.post-body .language-terminal > .highlight,
.page-content .language-terminal > .highlight {
  position: relative;
  padding-top: 36px;
}
.post-body .language-terminal > .highlight::before,
.page-content .language-terminal > .highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background-color: #23252f;
  background-image: radial-gradient(circle at 18px 18px, #ff5f56 5px, transparent 6px), radial-gradient(circle at 38px 18px, #ffbd2e 5px, transparent 6px), radial-gradient(circle at 58px 18px, #27c93f 5px, transparent 6px);
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.post-body .language-terminal > .highlight::after,
.page-content .language-terminal > .highlight::after {
  content: "Terminal";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #7d8298;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  pointer-events: none;
}
.post-body .language-terminal .rouge-gutter,
.page-content .language-terminal .rouge-gutter {
  display: none;
}
.post-body .language-terminal .rouge-code pre,
.page-content .language-terminal .rouge-code pre {
  padding: 0.9rem 1.1rem;
}
.post-body .language-terminal pre,
.post-body .language-terminal code,
.post-body .language-terminal .go,
.page-content .language-terminal pre,
.page-content .language-terminal code,
.page-content .language-terminal .go {
  color: #d3e3d0;
}

.highlight .c, .highlight .c1, .highlight .cm, .highlight .cd {
  color: #6a9955;
  font-style: italic;
}
.highlight .k, .highlight .kd, .highlight .kr, .highlight .kn, .highlight .kp {
  color: #c586c0;
}
.highlight .kc {
  color: #569cd6;
}
.highlight .kt {
  color: #4ec9b0;
}
.highlight .o, .highlight .ow {
  color: #d4d4d4;
}
.highlight .m, .highlight .mi, .highlight .mf, .highlight .mh, .highlight .il {
  color: #b5cea8;
}
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .sh, .highlight .sx, .highlight .dl {
  color: #ce9178;
}
.highlight .si, .highlight .se {
  color: #d7ba7d;
}
.highlight .sr {
  color: #d16969;
}
.highlight .ss {
  color: #ce9178;
}
.highlight .na {
  color: #9cdcfe;
}
.highlight .nb, .highlight .bp {
  color: #4ec9b0;
}
.highlight .nc {
  color: #4ec9b0;
}
.highlight .no {
  color: #4fc1ff;
}
.highlight .nf, .highlight .fm {
  color: #dcdcaa;
}
.highlight .nn {
  color: #4ec9b0;
}
.highlight .nt {
  color: #569cd6;
}
.highlight .nv, .highlight .vi, .highlight .vg, .highlight .vc {
  color: #9cdcfe;
}
.highlight .gp {
  color: #569cd6;
}
.highlight .gi {
  color: #b5cea8;
}
.highlight .gd {
  color: #d16969;
}
.highlight .err {
  color: inherit;
  background: none;
}

.sidebar {
  padding-top: 1rem;
}
.sidebar .sidebar-section {
  margin-bottom: 2rem;
}
.sidebar .sidebar-section h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.sidebar .category-list, .sidebar .blogroll {
  list-style: none;
  padding: 0;
}
.sidebar .category-list li, .sidebar .blogroll li {
  margin-bottom: 0.4rem;
}
.sidebar .category-list li a, .sidebar .blogroll li a {
  font-size: 0.95rem;
}
.sidebar .category-list li a {
  color: #263c4c;
  font-weight: 600;
}
.sidebar .category-list li a:hover {
  color: rgb(210.9560747664, 138.538317757, 13.6439252336);
}
.sidebar .blogroll li a {
  color: #3a4652;
}
.sidebar .blogroll li a:hover {
  color: rgb(210.9560747664, 138.538317757, 13.6439252336);
}
.sidebar .tag-cloud {
  line-height: 2.2;
}
.sidebar .tag-cloud a {
  display: inline-block;
  margin-right: 0.3rem;
  padding: 2px 8px;
  background: #eef0f2;
  border-radius: 3px;
  font-size: 0.85rem;
  color: #3a4652;
}
.sidebar .tag-cloud a:hover {
  background: #ffba43;
  color: #263c4c;
}

@media screen and (max-width: 768px) {
  .post header {
    padding: 2.25rem 1.25rem;
  }
  .post header h1 {
    font-size: 1.7rem;
  }
}
.footer {
  border-top: 1px solid #e6e6e6;
}

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