@charset "UTF-8";
/**
 * 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 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #dcd8cd;
  background-color: #0d0d0c;
  -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: #f2d88a;
  text-decoration: none;
}
a:visited {
  color: rgb(91.9019607843%, 75.7058823529%, 27.1176470588%);
}
a:hover {
  color: #dcd8cd;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #99948a;
  border-left: 4px solid #35342e;
  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 #35342e;
  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(820px - (30px * 2));
  max-width: calc(820px - 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(820px - (30px));
    max-width: calc(820px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #99948a;
  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: white;
  border-collapse: collapse;
  border: 1px solid #35342e;
}
table tr:nth-child(even) {
  background-color: rgb(27.2085561497%, 26.6951871658%, 23.614973262%);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(23.9964349376%, 23.5436720143%, 20.8270944742%);
  border: 1px solid rgb(16.5014854427%, 16.1901366607%, 14.3220439691%);
  border-bottom-color: rgb(7.935828877%, 7.7860962567%, 6.8877005348%);
}
table td {
  border: 1px solid #35342e;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #f6f2e7;
  border-bottom: 1px solid #35342e;
  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: #f6f2e7;
}

.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: #dcd8cd;
  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: #0d0d0c;
    border: 1px solid #35342e;
    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: #f6f2e7;
  }
  .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 #35342e;
  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: #99948a;
  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: #99948a;
}

.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 {
  background-color: #0d0d0c;
  background-image: radial-gradient(ellipse 55% 40% at 18% 12%, rgba(246, 242, 231, 0.045), transparent 72%), radial-gradient(ellipse 45% 35% at 85% 78%, rgba(246, 242, 231, 0.032), transparent 70%), radial-gradient(ellipse 35% 25% at 62% 35%, rgba(246, 242, 231, 0.022), transparent 68%), repeating-linear-gradient(2deg, rgba(246, 242, 231, 0.013) 0 4px, transparent 4px 15px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)' opacity='0.055'/%3E%3C/svg%3E");
  background-size: cover, cover, cover, 100% 42%, 220px 220px;
  background-position: 0 0, 0 0, 0 0, center 30%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: fixed;
  color-scheme: dark;
}

body {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(246, 242, 231, 0.22);
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #f6f2e7;
  font-family: "Caveat Brush", "Comic Sans MS", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-shadow: 0 0 1px rgba(246, 242, 231, 0.4), 0 0 14px rgba(246, 242, 231, 0.07);
}

.post-content h2::after {
  content: "";
  display: block;
  height: 7px;
  background-color: #f2d88a;
  opacity: 0.55;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  width: 100%;
  max-width: 260px;
  margin-top: 0.3rem;
}
.post-content h3::after {
  content: "";
  display: block;
  height: 5px;
  background-color: #f6f2e7;
  opacity: 0.28;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  width: 100%;
  max-width: 150px;
  margin-top: 0.2rem;
}

a {
  color: #f2d88a;
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 216, 138, 0.35);
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
a:visited {
  color: #c9b370;
}
a:hover {
  color: #f6f2e7;
  background-color: rgba(242, 216, 138, 0.13);
  border-bottom-color: #f2d88a;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #f2d88a;
  outline-offset: 2px;
}

strong {
  color: #f6f2e7;
}

hr {
  border: 0;
  border-top: 1px solid #35342e;
  margin: 30px 0;
}

blockquote {
  color: #99948a;
  background-color: rgba(246, 242, 231, 0.035);
  border-left: 3px solid rgba(242, 216, 138, 0.75);
  padding: 0.6rem 15px;
  font-style: normal;
  letter-spacing: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

code {
  background-color: #171715;
  border: 1px solid #35342e;
  border-radius: 3px;
  color: #a9d6a4;
  font-family: ui-monospace, "SF Mono", SFMono-Regular, "JetBrains Mono", "Fira Code", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.875em;
  padding: 0.15em 0.4em;
}

pre {
  background-color: #171715;
  border: 1px solid #35342e;
  border-left: 3px solid rgba(169, 214, 164, 0.6);
  border-radius: 4px;
  color: #dcd8cd;
  overflow-x: auto;
  padding: 15px;
}
pre > code {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
}

.highlight {
  background-color: transparent;
}

.highlighter-rouge .highlight {
  background-color: #171715;
}

.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs, .highlight .cp {
  color: #6d6a60;
  font-style: italic;
}
.highlight .err {
  color: inherit;
  background-color: transparent;
}
.highlight .gr {
  color: #f0a9a1;
}
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .kv {
  color: #f2d88a;
  font-weight: 700;
}
.highlight .o, .highlight .ow {
  color: #99948a;
}
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .ss, .highlight .dl {
  color: #a9d6a4;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il {
  color: #cfb0e6;
}
.highlight .n, .highlight .na, .highlight .nb, .highlight .bp, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py, .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
  color: #dcd8cd;
}
.highlight .nc, .highlight .nd, .highlight .ne, .highlight .nf, .highlight .fm {
  color: #9ec7e4;
}
.highlight .nt {
  color: #f2d88a;
}
.highlight .no, .highlight .nb {
  color: #d8ab7a;
}
.highlight .gd {
  color: #f0a9a1;
  background-color: rgba(240, 169, 161, 0.12);
}
.highlight .gi {
  color: #a9d6a4;
  background-color: rgba(169, 214, 164, 0.12);
}
.highlight .gd .x {
  color: #f0a9a1;
  background-color: rgba(240, 169, 161, 0.25);
}
.highlight .gi .x {
  color: #a9d6a4;
  background-color: rgba(169, 214, 164, 0.25);
}
.highlight .gh, .highlight .gu {
  color: #99948a;
  font-weight: 700;
}
.highlight .gs {
  font-weight: 700;
}
.highlight .ge {
  font-style: italic;
}
.highlight .w {
  color: #35342e;
}

.site-header {
  background-color: rgba(13, 13, 12, 0.92);
  backdrop-filter: blur(6px);
  border-top: 0;
  border-bottom: 1px solid #35342e;
  min-height: 58px;
  position: relative;
}

.site-title,
.site-title:visited {
  color: #f6f2e7;
  border-bottom: 0;
  font-family: "Caveat Brush", "Comic Sans MS", cursive;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: lowercase;
  text-shadow: 0 0 1px rgba(246, 242, 231, 0.45), 0 0 16px rgba(246, 242, 231, 0.09);
}
.site-title:hover,
.site-title:visited:hover {
  background: none;
  color: #fff;
}

.site-nav {
  background-color: transparent;
  border: 0;
  line-height: 58px;
}
.site-nav .page-link {
  border-bottom: 0;
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-nav .page-link:hover {
  background: none;
  color: #f2d88a;
}
.site-nav .menu-icon > svg path {
  fill: #f2d88a;
}
.site-nav .nav-social {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  list-style: none;
  margin: 0 0 0 20px;
  padding-left: 0.85rem;
  border-left: 1px solid #35342e;
  vertical-align: middle;
}
.site-nav .nav-social li {
  line-height: 0;
}
.site-nav .nav-social a {
  border-bottom: 0;
  display: inline-block;
}
.site-nav .nav-social a:hover {
  background: none;
}
.site-nav .nav-social a:hover .svg-icon {
  fill: #f2d88a;
}
.site-nav .nav-social .svg-icon {
  width: 18px;
  height: 18px;
  padding-right: 0;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .site-nav {
    top: 5px;
    right: 15px;
    background-color: #171715;
    border: 1px solid #35342e;
    border-radius: 6px;
    line-height: 1.5;
    text-align: left;
    z-index: 3;
    -webkit-tap-highlight-color: rgba(242, 216, 138, 0.15);
  }
  .site-nav label[for=nav-trigger] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .site-nav .menu-icon {
    display: flex;
    float: none;
    width: auto;
    height: auto;
    padding-top: 0;
  }
  .site-nav .menu-icon > svg {
    width: 22px;
    height: 18px;
  }
  .site-nav input:checked ~ .trigger {
    min-width: 190px;
    padding-bottom: 0;
    border-top: 1px solid #35342e;
  }
  .site-nav .page-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-left: 0;
    padding: 0 1rem;
    color: #dcd8cd;
    font-size: 0.875rem;
  }
  .site-nav .page-link:not(:last-child) {
    border-bottom: 1px solid #35342e;
  }
  .site-nav .page-link:active {
    background-color: rgba(242, 216, 138, 0.12);
    color: #f2d88a;
  }
  .site-nav .nav-social {
    display: flex;
    justify-content: space-around;
    gap: 0;
    margin: 0;
    padding: 0;
    border-left: 0;
    border-top: 1px solid #35342e;
  }
  .site-nav .nav-social li {
    flex: 1;
    line-height: 0;
  }
  .site-nav .nav-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
  }
  .site-nav .nav-social a:active {
    background-color: rgba(242, 216, 138, 0.12);
  }
  .site-nav .nav-social a:active .svg-icon {
    fill: #f2d88a;
  }
  .site-nav .nav-social .svg-icon {
    width: 22px;
    height: 22px;
  }
}
.page-heading,
.post-list-heading {
  color: #f6f2e7;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-heading::after,
.post-list-heading::after {
  content: "";
  display: block;
  height: 8px;
  background-color: #f2d88a;
  opacity: 0.7;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  width: 132px;
  margin-top: 0.35rem;
}

.post-meta {
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.post-meta::before {
  content: "— ";
  color: rgba(153, 148, 138, 0.8);
}

.post-list > li {
  background-color: rgba(23, 23, 21, 0.55);
  border: 1px dashed rgba(246, 242, 231, 0.16);
  border-left: 3px solid transparent;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.post-list > li:hover {
  background-color: #171715;
  border-color: rgba(246, 242, 231, 0.28);
  border-left-color: #f2d88a;
}
.post-list > li > h3 {
  margin-bottom: 0.35rem;
}
.post-list > li > p {
  color: rgba(220, 216, 205, 0.75);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.post-list > li > p + p {
  margin-top: 0.65rem;
}
.post-list > li > p code {
  font-size: 0.85em;
  padding: 0.1em 0.3em;
}

.post-list-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-tag {
  display: inline-block;
  background-color: rgba(242, 216, 138, 0.1);
  border: 1px dashed rgba(242, 216, 138, 0.4);
  border-radius: 3px;
  color: #f2d88a;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 0 0.4em;
}
.post-tag::before {
  content: "#";
  color: rgba(242, 216, 138, 0.55);
}
.post-tag:visited {
  color: #f2d88a;
}
.post-tag:hover {
  background-color: rgba(242, 216, 138, 0.22);
  border-color: #f2d88a;
  color: #fff;
}
.post-tag:hover::before {
  color: #fff;
}

.search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(23, 23, 21, 0.6);
  border: 1px dashed rgba(246, 242, 231, 0.18);
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 0 0.85rem;
  transition: border-color 0.15s ease;
}
.search:focus-within {
  border-color: rgba(242, 216, 138, 0.65);
}
.search::before {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background-color: #99948a;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.8'/%3E%3Cpath d='M15.6 15.6 L21 21'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.8'/%3E%3Cpath d='M15.6 15.6 L21 21'/%3E%3C/svg%3E") no-repeat center/contain;
}
.search::after {
  content: "/";
  flex: none;
  border: 1px solid #35342e;
  border-radius: 3px;
  color: #99948a;
  font-size: 0.6875rem;
  line-height: 1.4;
  padding: 0 0.35em;
}
@media screen and (max-width: 600px) {
  .search::after {
    display: none;
  }
}

.visually-hidden,
.search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.65rem 0;
  background: none;
  border: 0;
  color: #dcd8cd;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  caret-color: #f2d88a;
}
.search-input::placeholder {
  color: #99948a;
}
.search-input:focus {
  outline: none;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-status {
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.search-status:empty {
  display: none;
}

.search-results mark {
  background-color: rgba(242, 216, 138, 0.26);
  border-radius: 2px;
  color: #f6f2e7;
  padding: 0 0.1em;
}

.home.is-searching .browse-list,
.home.is-searching .post-list-heading,
.home.is-searching .pagination,
.home.is-searching .rss-subscribe {
  display: none;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.tag-cloud-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0 0.85rem;
  background-color: rgba(23, 23, 21, 0.6);
  border: 1px dashed rgba(242, 216, 138, 0.32);
  border-bottom: 1px dashed rgba(242, 216, 138, 0.32);
  border-radius: 4px;
  color: #f2d88a;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.tag-cloud-item::before {
  content: "#";
  color: rgba(242, 216, 138, 0.55);
  margin-right: -0.5rem;
}
.tag-cloud-item:visited {
  color: #f2d88a;
}
.tag-cloud-item:hover, .tag-cloud-item:active {
  background-color: rgba(242, 216, 138, 0.12);
  border-color: rgba(242, 216, 138, 0.6);
  color: #fff;
}
.tag-cloud-item:hover::before, .tag-cloud-item:active::before {
  color: #fff;
}
.tag-cloud-item:hover .tag-cloud-count, .tag-cloud-item:active .tag-cloud-count {
  border-color: rgba(242, 216, 138, 0.6);
  color: #fff;
}

.tag-cloud-count {
  border-left: 1px solid #35342e;
  color: #99948a;
  font-size: 0.75rem;
  line-height: 1;
  padding-left: 0.5rem;
}

.tag-heading {
  text-transform: none;
}
.tag-heading::before {
  content: "#";
  color: rgba(242, 216, 138, 0.6);
}

.tag-count {
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-top: -0.5rem;
}

.post-list-date {
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-left: auto;
  white-space: nowrap;
}
.post-list-date::before {
  content: "— ";
  color: rgba(153, 148, 138, 0.8);
}

.post-link {
  border-bottom: 0;
  color: #f6f2e7;
  display: block;
  font-size: 1.75rem;
  margin-top: 0.25rem;
}
.post-link:hover {
  background: none;
  color: #fff;
  text-shadow: 0 0 1px rgba(246, 242, 231, 0.6), 0 0 18px rgba(246, 242, 231, 0.18);
}

.post-title {
  color: #f6f2e7;
  letter-spacing: 0;
  line-height: 1.15;
}

.post-header {
  border-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.post-header::after {
  content: "";
  display: block;
  height: 9px;
  background-color: #f6f2e7;
  opacity: 0.32;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 7' preserveAspectRatio='none'%3E%3Cpath d='M2 4.6 C 26 2.2, 50 6.6, 74 3.9 C 98 1.4, 122 6.8, 146 4.2 C 168 1.9, 184 6.0, 198 3.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-content h2 {
  font-size: 2rem;
}
.post-content h3 {
  font-size: 1.625rem;
}
.post-content h4 {
  font-size: 1.3125rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 30px 0;
  padding-top: 15px;
  border-top: 1px solid #35342e;
}

.pagination-item {
  border: 1px dashed rgba(246, 242, 231, 0.18);
  border-radius: 4px;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

a.pagination-item {
  background-color: rgba(23, 23, 21, 0.6);
  border-bottom: 1px dashed rgba(246, 242, 231, 0.18);
  color: #f2d88a;
}
a.pagination-item:hover {
  background-color: rgba(242, 216, 138, 0.12);
  border-color: #f2d88a;
  color: #fff;
}

.pagination-item.disabled {
  color: #99948a;
  opacity: 0.4;
  cursor: default;
}

.pagination-progress {
  color: #99948a;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media screen and (max-width: 400px) {
  .pagination {
    gap: 0.4rem;
  }
  .pagination-item {
    padding: 0.4rem 0.6rem;
  }
  .pagination-progress {
    font-size: 0.75rem;
  }
}
table {
  border: 1px solid #35342e;
  color: #dcd8cd;
}
table th, table td {
  border: 1px solid #35342e;
}
table th {
  background-color: #171715;
  color: #f6f2e7;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
table td {
  background-color: transparent;
}
table tr:nth-child(even) td {
  background-color: rgba(23, 23, 21, 0.5);
}

.video-embed {
  aspect-ratio: 16/9;
  background-color: #171715;
  border: 1px solid #35342e;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.video-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.site-footer {
  background-color: rgba(23, 23, 21, 0.5);
  border-top: 1px solid #35342e;
  color: #99948a;
  font-size: 0.875rem;
}
.site-footer a, .site-footer a:visited {
  color: #99948a;
  border-bottom: 0;
}
.site-footer a:hover, .site-footer a:visited:hover {
  background: none;
  color: #f2d88a;
}

.footer-heading {
  color: #f6f2e7;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.contact-list {
  color: #99948a;
}

.footer-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: 0;
}

.footer-col {
  float: none;
  width: auto;
  padding-left: 0;
}

.footer-col-1 {
  flex: 1 1 300px;
}

.svg-icon {
  fill: #99948a;
  transition: fill 0.15s ease;
}
a:hover .svg-icon {
  fill: #f2d88a;
}

.rss-subscribe {
  color: #99948a;
  font-size: 0.875rem;
}

img {
  border: 1px solid #35342e;
  border-radius: 4px;
  max-width: 100%;
}

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