.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fit {
  max-width: 100%;
}
.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.max-width-1 {
  max-width: 24rem;
}
.max-width-2 {
  max-width: 32rem;
}
.max-width-3 {
  max-width: 48rem;
}
.max-width-4 {
  max-width: 64rem;
}
.border-box {
  box-sizing: border-box;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mx0 {
  margin-left: 0;
  margin-right: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2 {
  margin-left: 1rem;
}
.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 2rem;
}
.mt3 {
  margin-top: 2rem;
}
.mr3 {
  margin-right: 2rem;
}
.mb3 {
  margin-bottom: 2rem;
}
.ml3 {
  margin-left: 2rem;
}
.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my99 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4 {
  margin-left: 4rem;
}
.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p3 {
  padding: 2rem;
}
.pt3 {
  padding-top: 2rem;
}
.pr3 {
  padding-right: 2rem;
}
.pb3 {
  padding-bottom: 2rem;
}
.pl3 {
  padding-left: 2rem;
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.pr4 {
  padding-right: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pl4 {
  padding-left: 4rem;
}
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.content h1,
.content .h1 {
  letter-spacing: 0.01em;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  color: #c01f1f;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.content h2,
.content .h2 {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #dedede;
  display: block;
}
.content h3 {
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: underline;
  color: #dedede;
}
.content h4,
.content h5,
.content h6 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #ccc;
  border-bottom: 1px dashed #ccc;
  display: inline;
  text-decoration: none;
}
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
.content hr {
  border: 1px dashed #ccc;
}
.content strong {
  font-weight: bold;
}
.content em,
.content cite {
  font-style: italic;
}
.content sup,
.content sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.content sup {
  top: -0.5em;
}
.content sub {
  bottom: -0.2em;
}
.content small {
  font-size: 0.85em;
}
.content acronym,
.content abbr {
  border-bottom: 1px dotted;
}
.content ul,
.content ol,
.content dl {
  line-height: 1.725;
}
.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content ol {
  list-style: decimal;
}
.content dt {
  font-weight: bold;
}
.content table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  text-align: left;
  background: #0a0a0a;
}
.content th {
  font-size: 14px;
  font-weight: bold;
  color: #dedede;
  border-bottom: 1px dashed #ccc;
  padding: 8px 8px;
}
.content td {
  border-bottom: none;
  padding: 9px 8px 0px 8px;
}
#local-search-input {
  background: rgba(0,0,0,0);
  display: block;
  height: 30px;
  width: 90%;
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #858585;
  font-family: 'Open Sans', sans-serif;
  text-transform: lowercase;
  color: #858585;
  font-weight: lighter;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#local-search-input::placeholder {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#local-search-input:hover,
#local-search-input:focus,
#local-search-input:active:focus {
  color: #c01f1f;
  outline: none;
  border-bottom: 1px solid #c01f1f;
}
#local-search-input:hover::placeholder,
#local-search-input:focus::placeholder,
#local-search-input:active:focus::placeholder {
  color: #c01f1f;
  position: relative;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#local-search-result {
  scroll: auto;
  overflow: auto;
  max-height: 5in;
}
ul.search-result-list {
  padding-left: 10px;
}
a.search-result-title {
  font-weight: bold;
}
em.search-keyword {
  border-bottom: 1px dashed #4088b8;
  font-weight: bold;
}
.pagination {
  margin-top: 2rem;
  width: 100%;
}
.pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.pagination-list li {
  display: inline-block;
}
.pagination-previous,
.pagination-next,
.pagination-link {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  color: #d4d4d4;
  text-decoration: none;
  border: 1px solid rgba(212,212,212,0.3);
  border-radius: 4px;
  font-size: 0.9em;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.pagination-previous:hover:not([disabled]),
.pagination-next:hover:not([disabled]),
.pagination-link:hover {
  border-color: #e7d84a;
  color: #e7d84a;
}
.pagination-link.is-current {
  background: rgba(192,31,31,0.2);
  border-color: #c01f1f;
  color: #c01f1f;
  cursor: default;
}
.pagination-previous[disabled],
.pagination-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-ellipsis {
  padding: 0 0.25rem;
  color: #d4d4d4;
  opacity: 0.7;
}
.container {
  width: 50%;
  margin: auto;
  text-align: center;
}
.button-57 {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #18181a !important;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 10px 9px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 7rem;
}
.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.button-57 span:last-child {
  color: #c01f1f;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 7px;
  line-height: 13px;
}
.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}
.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  border-top: 2px solid #d4d4d4;
}
body {
  color: #d4d4d4;
  background-color: #101010;
  font-size: 15px;
  font-family: "Menlo", monospace;
  font-weight: 400;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.content {
  flex: 1;
  min-height: 50vh;
}
.content p {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content pre,
.content code {
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;
}
.content a {
  text-decoration: none;
  color: #d4d4d4;
}
.content a:hover {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100% 6px;
  background-image: linear-gradient(transparent, transparent 5px, #d4d4d4 5px, #d4d4d4);
}
.content a.icon {
  background: none;
}
.content a.icon:hover {
  color: #e7d84a;
}
.content h1 a,
.content .h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  color: inherit;
  text-decoration: none;
  background: none;
}
.content h1 a:hover,
.content .h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100% 6px;
  background-image: linear-gradient(transparent, transparent 6px, #e7d84a 6px, #e7d84a);
}
@media (min-width: 540px) {
  .image-wrap {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .image-wrap .image-block {
    margin-right: 2rem;
    flex: 1 0 35%;
  }
  .image-wrap p {
    flex: 1 0 65%;
  }
}
.width {
  width: 100%;
  max-width: 50rem;
}
@media (max-width: 480px) {
  .px3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .my4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  p {
    text-align: justify;
  }
}
#header {
  max-width: 710px;
  width: 100%;
  margin: 0 auto 2rem auto;
}
#header h1,
#header .h1 {
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: normal;
  font-weight: 700;
  color: #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#header a {
  color: inherit;
  text-decoration: none;
  background: none;
}
#header #logo {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border-radius: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#header #nav {
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 200;
  color: #c01f1f;
}
#header #nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 15px;
}
#header #nav ul a {
  margin-right: 15px;
  color: color-accent;
}
#header #nav ul a:hover {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100% 6px;
  background-image: linear-gradient(transparent, transparent 5px, #c01f1f 5px, #c01f1f);
}
#header #nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-right: 1px dotted #c01f1f;
}
#header #nav ul .icon {
  display: none;
}
#header #nav ul li:last-child {
  border-right: 0;
  margin-right: 0;
}
#header #nav ul li:last-child a {
  margin-right: 0;
}
#header:hover #logo {
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 480px) {
  #header #title {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #header #nav ul a:hover {
    background: none;
  }
  #header #nav ul li {
    display: none;
    border-right: 0;
  }
  #header #nav ul li.icon {
    display: inline-block;
    position: absolute;
    right: 1rem;
  }
  #header #nav ul.responsive li {
    display: block;
  }
  #header #nav li:not(:first-child) {
    padding-top: 1rem;
    padding-left: 70px;
    font-size: 1rem;
  }
}
#header-post {
  position: fixed;
  top: 30vh;
  right: 2rem;
  display: block;
  float: right;
  padding: 2%;
  text-align: right;
}
#header-post a {
  color: inherit;
  text-decoration: none;
  background: none;
}
#header-post a.icon {
  background: none;
}
#header-post a.icon:hover {
  color: #e7d84a;
}
#header-post ol {
  list-style-type: none;
}
#header-post ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#header-post ul li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
#header-post ul li:last-child {
  margin-right: 0;
}
#header-post #menu-icon {
  float: right;
  margin-left: 15px;
}
#header-post #menu-icon:hover {
  color: #c01f1f;
}
#header-post #menu-icon-tablet {
  float: right;
  margin-left: 15px;
}
#header-post #menu-icon-tablet:hover {
  color: #c01f1f;
}
#header-post #top-icon-tablet {
  margin-left: 15px;
  bottom: 2rem;
  right: 2rem;
  position: fixed;
}
#header-post #top-icon-tablet:hover {
  color: #c01f1f;
}
#header-post .active {
  color: #c01f1f;
}
@media screen and (max-height: 650px) {
  #header-post #menu {
    visibility: hidden;
  }
}
#header-post #nav {
  letter-spacing: 0.01em;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 200;
  color: #c01f1f;
}
#header-post #nav ul {
  line-height: 15px;
}
#header-post #nav ul a {
  margin-right: 15px;
  color: color-accent;
}
#header-post #nav ul a:hover {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100% 6px;
  background-image: linear-gradient(transparent, transparent 5px, #c01f1f 5px, #c01f1f);
}
#header-post #nav ul li {
  border-right: 1px dotted #c01f1f;
}
#header-post #nav ul li:last-child {
  border-right: 0;
  margin-right: 0;
}
#header-post #nav ul li:last-child a {
  margin-right: 0;
}
#header-post #actions {
  float: right;
  margin-top: 2rem;
  width: 100%;
  text-align: right;
}
#header-post #actions ul {
  display: block;
}
#header-post #actions .info {
  display: block;
  font-style: italic;
}
#header-post #share {
  clear: both;
  text-align: right;
  padding-top: 1rem;
}
#header-post #share li {
  margin: 0;
  display: block;
}
#header-post #toc {
  clear: both;
  text-align: right;
  padding-top: 1rem;
  width: 17rem;
  float: right;
}
#header-post #toc a:hover {
  color: #e7d84a;
}
#header-post #toc .toc-level-1 {
  color: #d4d4d4;
}
#header-post #toc .toc-level-2 {
  font-size: 0.9rem;
  color: #d4d4d4;
}
#header-post #toc .toc-level-2:before {
  content: "#";
  color: #c01f1f;
}
#header-post #toc .toc-level-3 {
  font-size: 0.8rem;
  color: #b3b3b3;
}
#header-post #toc .toc-level-4 {
  font-size: 0.5rem;
  color: #666;
}
#header-post #toc .toc-level-5 {
  display: none;
}
#header-post #toc .toc-level-6 {
  display: none;
}
#header-post #toc .toc-number {
  display: none;
}
@media screen and (max-width: 500px) {
  #header-post {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header-post #menu-icon {
    display: none;
  }
  #header-post #actions {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #header-post #toc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #header-post #menu-icon-tablet {
    display: none !important;
  }
  #header-post #top-icon-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1199px) {
  #header-post #actions {
    width: auto;
  }
  #header-post #actions ul {
    display: inline-block;
    float: right;
  }
  #header-post #actions .info {
    float: left;
    margin-right: 2rem;
    font-style: italic;
    display: inline;
  }
}
#footer-post {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 5000000;
  background: #151515;
  border-top: 1px solid #666673;
}
#footer-post a {
  color: inherit;
  text-decoration: none;
  background: none;
}
#footer-post a.icon {
  background: none;
}
#footer-post a.icon:hover {
  color: #e7d84a;
}
#footer-post #nav-footer {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}
#footer-post #nav-footer a {
  color: #c01f1f;
  font-size: 1rem;
}
#footer-post #nav-footer a:hover {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100% 6px;
  background-image: linear-gradient(transparent, transparent 5px, #c01f1f 5px, #c01f1f);
}
#footer-post #nav-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
#footer-post #nav-footer ul li {
  display: inline-table;
  width: 20%;
  padding: 10px;
  vertical-align: middle;
}
#footer-post #actions-footer {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
#footer-post #actions-footer a {
  color: #c01f1f;
}
#footer-post #actions-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
#footer-post #actions-footer ul li {
  display: table-cell;
  vertical-align: middle;
}
#footer-post #share-footer {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}
#footer-post #share-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
#footer-post #share-footer ul li {
  display: inline-table;
  width: 20%;
  padding: 10px;
  vertical-align: middle;
}
#footer-post #toc-footer {
  clear: both;
  text-align: left;
  padding-top: 1rem;
}
#footer-post #toc-footer ol {
  list-style-type: none;
  padding-left: 20px;
}
#footer-post #toc-footer ol li {
  line-height: 30px;
}
#footer-post #toc-footer a:hover {
  color: #e7d84a;
}
#footer-post #toc-footer .toc-level-1 {
  color: #d4d4d4;
}
#footer-post #toc-footer .toc-level-2 {
  font-size: 0.9rem;
  color: #d4d4d4;
}
#footer-post #toc-footer .toc-level-2:before {
  content: "#";
  color: #c01f1f;
}
#footer-post #toc-footer .toc-level-3 {
  font-size: 0.8rem;
  color: #b3b3b3;
  color: #666;
  line-height: 15px;
}
#footer-post #toc-footer .toc-level-4 {
  display: none;
}
#footer-post #toc-footer .toc-level-5 {
  display: none;
}
#footer-post #toc-footer .toc-level-6 {
  display: none;
}
#footer-post #toc-footer .toc-number {
  display: none;
}
@media screen and (min-width: 500px) {
  #footer-post-container {
    display: none;
  }
}
#sociallinks {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sociallinks li {
  display: inline-block;
}
#sociallinks li:after {
  content: ", ";
}
#sociallinks li:last-child:after {
  content: "";
}
#sociallinks li:nth-last-child(2):after {
  content: " and ";
}
.post-list {
  padding: 0;
}
.post-list .post-item {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 1rem;
}
.post-list .post-item .meta {
  display: block;
  font-size: 14px;
  color: #666;
  min-width: 100px;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .post-list .post-item {
    display: flex;
    margin-bottom: 5px;
  }
  .post-list .post-item .meta {
    text-align: left;
  }
}
.project-list {
  padding: 0;
  list-style: none;
}
.project-list .project-item {
  margin-bottom: 5px;
}
#categories-section {
  margin: 2rem 0 3rem;
}
.categories-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.categories-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: #e2e8f0;
}
.categories-count {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  font-weight: 400;
}
#archive-section {
  margin: 2rem 0 3rem;
  min-height: 33vh;
}
.archive-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.archive-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: #e2e8f0;
}
.archive-count {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  font-weight: 400;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
  margin: 0;
}
@media (min-width: 640px) {
  .category-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
  }
}
.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.5rem 1.25rem;
  text-decoration: none;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  transition: all 0.2s ease;
  overflow: hidden;
  background-image: none !important;
}
.category-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: #c01f1f;
  transition: height 0.25s ease;
}
.category-card:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(192,31,31,0.3);
  transform: translateY(-2px);
  background-image: none !important;
}
.category-card:hover:before {
  height: 100%;
}
.category-card:hover .category-name {
  color: #c01f1f;
}
.category-card:active {
  transform: translateY(0);
}
.category-card:focus-visible {
  outline: 2px solid #c01f1f;
  outline-offset: 2px;
}
.category-name {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #e2e8f0;
  transition: color 0.2s ease;
  margin: 0;
}
.category-count {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  text-decoration: none;
  background: #1e293b;
  border: 1px solid #c01f1f;
  color: #cbd5e1;
  transition: all 0.2s ease;
}
.category-tag:hover {
  border-color: #c01f1f;
  background: #0f172a;
  color: #e2e8f0;
}
.category-tag:focus-visible {
  outline: 2px solid #c01f1f;
  outline-offset: 1px;
}
.tag-name {
  font-weight: 500;
}
.tag-count {
  font-size: 0.7rem;
  opacity: 0.7;
  font-weight: 600;
}
.post-categories {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0 0.25rem 0 0.25rem;
}
.tags-container .tag-link:before {
  content: "#";
}
.tags-container .tag-link-link .tag-link-count {
  position: relative;
  bottom: 1ex;
  font-size: 70%;
}
.two-column-container {
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.two-column-container .column {
  flex: 1;
  min-width: 0;
}
.two-column-container .h1 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}
.two-column-container .h1 a {
  position: relative;
  color: inherit;
  transition: color 0.2s ease;
}
.two-column-container .h1 a:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #c01f1f;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.two-column-container .h1 a:hover {
  color: #c01f1f;
}
.two-column-container .h1 a:hover:before {
  opacity: 1;
}
.two-column-container .post-list .post-item {
  padding: 0rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.2s ease;
}
.two-column-container .post-list .post-item:last-child {
  border-bottom: none;
}
.two-column-container .post-list .post-item:hover {
  padding-left: 8px;
  background: rgba(255,255,255,0.01);
}
.two-column-container .post-list .post-item:hover .meta {
  color: #c01f1f;
}
.two-column-container .post-list .post-item .meta {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.view-all-link {
  margin-top: 0rem;
  padding-top: 0rem;
  text-align: right;
}
.view-all-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.2s ease;
  background-image: none !important;
  letter-spacing: 0.02em;
}
.view-all-button:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: all 0.2s ease;
}
.view-all-button:hover {
  color: #c01f1f;
  background-image: none !important;
}
.view-all-button:hover:after {
  width: 24px;
}
@media (max-width: 768px) {
  .two-column-container {
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
  .section-header .h1 a:before {
    display: none;
  }
  .view-all-link {
    text-align: center;
  }
}
#writing h1,
#writing .h1 {
  letter-spacing: 0.01em;
  font-style: normal;
  font-weight: 700;
  color: #c01f1f;
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#categories-section .title,
#archive-section .title {
  letter-spacing: 0.01em;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  color: #c01f1f;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article header .posttitle {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.85em;
  line-height: 1.35;
}
article header .meta {
  margin-top: 0;
  margin-bottom: 1rem;
}
article header .meta * {
  color: #ccc;
  font-size: 0.85rem;
}
article header .author {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
}
article header .postdate {
  display: inline;
}
article .content h2:before {
  content: "#";
  color: #c01f1f;
  position: absolute;
  left: -1rem;
  top: -4px;
  font-size: 1.2rem;
  font-weight: bold;
}
article .content h1,
article .content h2 {
  margin-bottom: 0;
}
article .content h2 {
  margin-top: 2rem;
}
article .content :is(ul,
article .content ol) > li {
  margin-top: 0.75em;
}
article .content :is(ul,
article .content ol) li li {
  margin-top: 0;
}
article .content img,
article .content video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
article .content figure {
  margin-bottom: 2.5rem;
}
article .content .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
article .content .video-container iframe,
article .content .video-container object,
article .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
article .content blockquote {
  background: inherit;
  color: #ccffb6;
  border-left: 0px solid #ccc;
  margin: 1rem 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
article .content blockquote p {
  margin: 0;
}
article .content blockquote:before {
  color: #ccffb6;
  content: "\201C";
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
article .content blockquote footer {
  color: #666;
  font-size: 11px;
  margin: line-height 0;
}
article .content blockquote footer a {
  color: #666;
  background-image: linear-gradient(transparent, transparent 5px, #666 5px, #666);
}
article .content blockquote footer a:hover {
  color: #999;
  background-image: linear-gradient(transparent, transparent 4px, #999 4px, #999);
}
article .content blockquote footer cite:before {
  content: "—";
  padding: 0 0.5em;
}
article .content .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
article .content .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
}
article .content .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
article .content .caption {
  color: color-grey;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.posttitle {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.25;
}
.article-tag .tag-link:before {
  content: "#";
}
.article-tag .tag-link-link .tag-link-count {
  position: relative;
  bottom: 1ex;
  font-size: 70%;
}
@media (min-width: 480px) {
  .article-tag {
    display: inline;
  }
  .article-tag:before {
    content: "|";
  }
}
.blog-post-comments {
  margin-top: 4rem;
}
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  font-size: 11px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 1rem auto;
  vertical-align: top;
  text-align: center;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-right: 1px solid #4a4a4a;
}
#footer li a {
  margin-right: 15px;
}
#footer li:last-child {
  border-right: 0;
  margin-right: 0;
}
#footer li:last-child a {
  margin-right: 0;
}
#footer a {
  color: #666;
}
#footer a:hover {
  color: #999;
}
#footer .footer-left {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
@media (min-width: 39rem) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-left {
    float: left;
  }
  #footer .footer-right {
    float: right;
  }
}
.banner {
  height: 30vh;
  width: 100%;
  margin: 0;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101010;
  position: relative;
  overflow: hidden;
}
.terminal-window {
  width: 100%;
  max-width: 900px;
  background: #0a0a0a;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
  animation: fadeIn 0.5s ease-out;
  backdrop-filter: blur(10px);
}
.terminal-header {
  background: #363636;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.terminal-buttons {
  display: flex;
  gap: 0.5rem;
}
.terminal-buttons .btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}
.terminal-buttons .btn-close {
  background: #ff5f57;
  box-shadow: 0 0 3px rgba(255,95,87,0.5);
}
.terminal-buttons .btn-minimize {
  background: #ffbd2e;
  box-shadow: 0 0 3px rgba(255,189,46,0.5);
}
.terminal-buttons .btn-maximize {
  background: #28ca42;
  box-shadow: 0 0 3px rgba(40,202,66,0.5);
}
.terminal-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}
.terminal-body {
  padding: 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 80px;
}
.terminal-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.prompt {
  color: #c01f1f;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(192,31,31,0.5);
  white-space: nowrap;
}
.command {
  color: #e2e8f0;
}
.typed-text {
  color: #e2e8f0;
  min-height: 1.2em;
  display: inline-block;
}
.cursor {
  color: #c01f1f;
  font-weight: bold;
  animation: blink 1s step-end infinite;
  margin-left: 2px;
}
.terminal-output {
  margin-top: 0.5rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .banner {
    height: 25vh;
    padding: 1rem 0.5rem;
  }
  .terminal-window {
    max-width: 100%;
    border-radius: 0;
  }
  .terminal-header {
    padding: 0.5rem 0.75rem;
  }
  .terminal-buttons .btn {
    width: 10px;
    height: 10px;
  }
  .terminal-title {
    font-size: 0.65rem;
  }
  .terminal-body {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .prompt {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .banner {
    height: 20vh;
  }
  .terminal-body {
    padding: 0.75rem;
    font-size: 0.7rem;
    min-height: 60px;
  }
  .terminal-header {
    padding: 0.4rem 0.5rem;
  }
  .terminal-buttons {
    gap: 0.35rem;
  }
  .terminal-buttons .btn {
    width: 8px;
    height: 8px;
  }
  .terminal-title {
    font-size: 0.6rem;
    display: none;
  }
  .prompt {
    font-size: 0.7rem;
  }
}
@-moz-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-o-keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.highlight {
  color: #dcdcdc;
  background: #3f3f3f;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .tag {
  color: #e3ceab;
}
.highlight .code .template-tag {
  color: #dcdcdc;
}
.highlight .code .number {
  color: #8cd0d3;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .attribute {
  color: #efdcbc;
}
.highlight .code .literal {
  color: #efefaf;
}
.highlight .code .subst {
  color: #8f8f8f;
}
.highlight .code .title,
.highlight .code .name,
.highlight .code .selector-id,
.highlight .code .selector-class,
.highlight .code .section,
.highlight .code .type {
  color: #efef8f;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .link {
  color: #dca3a3;
}
.highlight .code .deletion,
.highlight .code .string,
.highlight .code .built_in,
.highlight .code .builtin-name {
  color: #cc9393;
}
.highlight .code .addition,
.highlight .code .comment,
.highlight .code .quote,
.highlight .code .meta {
  color: #7f9f7f;
}
.highlight .code .emphasis {
  font-style: italic;
}
.highlight .code .strong {
  font-weight: bold;
}
pre {
  font-family: "Menlo", monospace;
  font-size: 13px;
  padding: 10px 15px;
  padding-bottom: 0;
  line-height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px dotted #666;
  overflow-x: auto;
}
code {
  color: #c01f1f;
  padding: 0 0px;
}
pre code {
  border: none;
  display: block;
  padding: 0;
}
.highlight {
  font-family: "Menlo", monospace;
  background: #0a0a0a;
  -webkit-border-radius: 4px;
  border-radius: 7px;
  padding: 10px 15px;
  overflow-x: auto;
  margin: 1rem 0 1rem 0;
}
.highlight figcaption {
  zoom: 1;
  margin: -5px 0 5px;
  font-size: 0.9em;
  color: #999;
}
.highlight figcaption a {
  float: right;
}
.highlight figcaption:before,
.highlight figcaption content: "" {
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight pre {
  padding: 0;
  border: none;
  background: none;
}
.highlight table {
  width: auto;
}
.highlight td.gutter {
  text-align: right;
  padding-right: 20px;
  display: none;
}
.background {
  width: 100%;
  z-index: 20;
}
.small {
  max-width: 130px;
  margin: 20px auto;
  border-width: 2px;
  border-color: #fff;
  font-weight: 100;
}
