.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 {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fit {
  max-width: 100%;
}
.truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-right: 0;
  margin-left: 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-right: 0.5rem;
  margin-left: 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-right: 1rem;
  margin-left: 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-right: 2rem;
  margin-left: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4 {
  margin-left: 4rem;
}
.mx4 {
  margin-right: 4rem;
  margin-left: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.mxn2 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.mxn3 {
  margin-right: -2rem;
  margin-left: -2rem;
}
.mxn4 {
  margin-right: -4rem;
  margin-left: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.px0 {
  padding-right: 0;
  padding-left: 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-right: 0.5rem;
  padding-left: 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-right: 1rem;
  padding-left: 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-right: 2rem;
  padding-left: 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-right: 4rem;
  padding-left: 4rem;
}
body h1,
body .h1 {
  display: block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #2bbc8a;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body h2,
body .h2 {
  position: relative;
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #eee;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1rem;
}
body h3 {
  color: #eee;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.9rem;
}
body h4,
body h5,
body h6 {
  display: inline;
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
body hr {
  border: 0.5px dashed #ccc;
  opacity: 0.5;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body strong {
  font-weight: bold;
}
body em,
body cite {
  font-style: italic;
}
body sup,
body sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}
body sup {
  top: -0.5em;
}
body sub {
  bottom: -0.2em;
}
body small {
  font-size: 0.85em;
}
body acronym,
body abbr {
  border-bottom: 1px dotted;
}
body ul,
body ol,
body dl {
  line-height: 1.725;
}
body ul ul,
body ol ul,
body ul ol,
body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
body ol {
  list-style: decimal;
}
body dt {
  font-weight: bold;
}
body table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
  overflow: auto;
  display: block;
}
body th {
  padding: 8px;
  border-bottom: 1px dashed #908d8d;
  color: #eee;
  font-weight: bold;
  font-size: 13px;
}
body td {
  padding: 0 8px;
  border-bottom: none;
}
@font-face {
  font-style: normal;
  font-family: "Meslo LG";
  src: local("Meslo LG S"), url("../lib/meslo-LG/MesloLGS-Regular.ttf") format("truetype");
}
.projects-wrap {
  padding-top: 0.25rem;
}
.projects-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
  opacity: 0;
  animation: proj-fade-up 0.4s ease 0.05s forwards;
}
.projects-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
.projects-meta-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-size: 12px;
  color: #908d8d;
}
.projects-total {
  font-weight: 700;
  color: #c9cacc;
}
.projects-sep {
  opacity: 0.4;
}
.pb-active {
  color: #2bbc8a;
}
.projects-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: proj-fade-up 0.4s ease 0.12s forwards;
}
.pf-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #908d8d;
  background: none;
  border: 1px dotted rgba(144,141,141,0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.pf-tab:hover {
  color: #c9cacc;
  border-color: rgba(144,141,141,0.6);
}
.pf-tab.pf-active {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.5);
  border-style: solid;
}
.pf-count {
  font-size: 9px;
  opacity: 0.5;
}
.projects-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(43,188,138,0.12);
}
.proj-card {
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(43,188,138,0.08);
  transition: background 0.18s ease;
  position: relative;
  opacity: 0;
  animation: proj-card-in 0.4s ease forwards;
}
.proj-card:nth-child(1) {
  animation-delay: 0.18s;
}
.proj-card:nth-child(2) {
  animation-delay: 0.22s;
}
.proj-card:nth-child(3) {
  animation-delay: 0.26s;
}
.proj-card:nth-child(4) {
  animation-delay: 0.3s;
}
.proj-card:nth-child(5) {
  animation-delay: 0.34s;
}
.proj-card:nth-child(6) {
  animation-delay: 0.38s;
}
.proj-card:nth-child(7) {
  animation-delay: 0.42s;
}
.proj-card:nth-child(8) {
  animation-delay: 0.46s;
}
.proj-card:nth-child(9) {
  animation-delay: 0.5s;
}
.proj-card:nth-child(10) {
  animation-delay: 0.54s;
}
.proj-card::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #2bbc8a;
  border-left: 1.5px solid #2bbc8a;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.proj-card:hover {
  background: rgba(43,188,138,0.03);
}
.proj-card:hover::before {
  opacity: 1;
}
.proj-card:hover .proj-card-name {
  color: #fff;
}
.proj-card.proj-card-hidden {
  display: none;
}
.proj-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  gap: 1rem;
}
.proj-card-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}
.proj-card-idx {
  font-size: 9px;
  color: #908d8d;
  opacity: 0.3;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.proj-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #c9cacc;
  text-decoration: none;
  background: none;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.proj-card-name:hover {
  color: #fff;
  background: none;
  background-image: none;
}
.proj-card-right {
  flex-shrink: 0;
}
.proj-card-status {
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.pcs-active {
  color: #2bbc8a;
}
.pcs-exploring {
  color: #c8892a;
}
.pcs-shipped {
  color: #908d8d;
  opacity: 0.6;
}
.pcs-archived {
  color: #908d8d;
  opacity: 0.35;
}
.proj-card-desc {
  font-size: 12px;
  color: #908d8d;
  line-height: 1.7;
  margin-bottom: 0.85rem;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  max-width: 52rem;
}
.proj-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.proj-card-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.proj-stack-tag {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.5;
  padding: 1px 5px;
  border: 1px dotted rgba(144,141,141,0.25);
  border-radius: 2px;
}
.proj-card-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.proj-link {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #908d8d;
  text-decoration: none;
  background: none;
  opacity: 0.55;
  transition: color 0.15s ease, opacity 0.15s ease;
}
.proj-link:hover {
  color: #2bbc8a;
  opacity: 1;
  background: none;
  background-image: none;
}
@-moz-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* Scroll bar */
/* For Firefox */
* {
  scrollbar-color: #999 transparent;
}
/* For Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #7a7a7a;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #6b6b6b;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  border-top: 2px solid #2bbc8a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
  background-color: #1d1f21;
  color: #c9cacc;
  font-weight: 400;
  font-size: 14px;
  font-family: "Menlo", "Meslo LG", monospace;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-wrap: break-word;
}
.content p {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
.content code {
  hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
}
.content a {
  color: #c9cacc;
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent 5px, #c9cacc 5px, #c9cacc);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.content a:hover {
  background-image: linear-gradient(transparent, transparent 4px, #2bbc8a 4px, #2bbc8a);
}
.content a.icon {
  background: none;
}
.content a.icon:hover {
  color: #2bbc8a;
}
.content h1 a,
.content .h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: 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-image: linear-gradient(transparent, transparent 6px, #2bbc8a 6px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: none;
}
.content h6 a:hover {
  background-image: linear-gradient(transparent, transparent 6px, #2bbc8a 6px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
@media (min-width: 540px) {
  .image-wrap {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .image-wrap .image-block {
    flex: 1 0 35%;
    margin-right: 2rem;
  }
  .image-wrap p {
    flex: 1 0 65%;
  }
}
.max-width {
  max-width: 55rem;
}
@media (max-width: 480px) {
  .px3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .my4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  p {
    text-align: justify;
  }
}
#header {
  margin: 0 auto 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#header .header-logo-link {
  display: inline-flex;
  align-items: center;
  background: none;
  background-image: none;
  text-decoration: none;
  flex-shrink: 0;
}
#header .header-logo-link:hover {
  background: none;
  background-image: none;
}
#header #logo {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  object-fit: contain;
  flex-shrink: 0;
}
#header #nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}
#header #nav a {
  display: inline-block;
  padding: 2px 0;
  margin-right: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #908d8d;
  background: none;
  background-image: none;
  transition: color 0.15s ease;
}
#header #nav a:hover {
  color: #2bbc8a;
  background: none;
  background-image: none;
}
#header #nav li {
  display: inline-flex;
  align-items: center;
}
#header #nav li:not(:last-child):after {
  content: "·";
  color: #908d8d;
  opacity: 0.25;
  margin: 0 2px;
  font-size: 10px;
}
#header #nav li:last-child a {
  margin-right: 0;
}
#header #nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
#header #nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #908d8d;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
#header #nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
#header #nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
#header #nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
#nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background: #1d1f21;
  border-left: 1px solid rgba(43,188,138,0.15);
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5rem 2rem 2rem;
  display: none;
}
#nav-drawer.drawer-open {
  transform: translateX(0);
}
#nav-drawer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#nav-drawer nav li a {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: #908d8d;
  background: none;
  background-image: none;
  border-bottom: 1px solid rgba(144,141,141,0.08);
  transition: color 0.15s ease;
}
#nav-drawer nav li a:hover {
  color: #2bbc8a;
  background: none;
  background-image: none;
}
#nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  display: none;
}
#nav-overlay.overlay-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 540px) {
  #header #nav {
    display: none;
  }
  #header #nav-toggle {
    display: flex;
  }
  #nav-drawer {
    display: block;
  }
  #nav-overlay {
    display: block;
  }
}
#header-post {
  position: fixed;
  top: 2rem;
  right: 0;
  display: inline-block;
  float: right;
  z-index: 100;
}
#header-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#header-post a.icon {
  background: none;
}
#header-post a.icon:hover {
  color: #2bbc8a;
}
#header-post ol {
  list-style-type: none;
}
#header-post ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header-post ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#header-post ul li:last-child {
  margin-right: 0;
}
#header-post #menu-icon {
  float: right;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #menu-icon:hover {
  color: #2bbc8a;
}
#header-post #menu-icon-tablet {
  float: right;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #menu-icon-tablet:hover {
  color: #2bbc8a;
}
#header-post #top-icon-tablet {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #top-icon-tablet:hover {
  color: #2bbc8a;
}
#header-post .active {
  color: #2bbc8a;
}
#header-post #menu {
  display: none;
  margin-right: 2rem;
}
#header-post #nav {
  color: #2bbc8a;
  letter-spacing: 0.01em;
  font-weight: 200;
  font-style: normal;
  font-size: 0.8rem;
}
#header-post #nav ul {
  line-height: 15px;
}
#header-post #nav ul a {
  margin-right: 15px;
  color: #2bbc8a;
}
#header-post #nav ul a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#header-post #nav ul li {
  border-right: 1px dotted #2bbc8a;
}
#header-post #nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
#header-post #nav ul li:last-child a {
  margin-right: 0;
}
#header-post #actions {
  float: right;
  margin-top: 2rem;
  margin-right: 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;
  padding-top: 1rem;
  padding-right: 2rem;
  text-align: right;
}
#header-post #share li {
  display: block;
  margin: 0;
}
#header-post #toc {
  float: right;
  clear: both;
  overflow: auto;
  margin-top: 1rem;
  padding-right: 2rem;
  max-width: 20em;
  max-height: calc(95vh - 7rem);
  text-align: right;
}
#header-post #toc a:hover {
  color: #2bbc8a;
}
#header-post #toc .toc-level-1 > .toc-link {
  display: none;
}
#header-post #toc .toc-level-2 {
  color: #c9cacc;
  font-size: 0.8rem;
}
#header-post #toc .toc-level-2:before {
  color: #2bbc8a;
  content: "#";
}
#header-post #toc .toc-level-3 {
  color: #908d8d;
  font-size: 0.7rem;
}
#header-post #toc .toc-level-4 {
  color: #747070;
  font-size: 0.4rem;
}
#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 {
    display: inline;
    float: left;
    margin-right: 2rem;
    font-style: italic;
  }
}
@media print {
  #header-post {
    display: none;
  }
  #footer-post-container {
    display: none;
  }
}
#footer-post {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000000;
  width: 100%;
  border-top: 1px solid #908d8d;
  background: #212326;
  transition: opacity 0.2s;
}
#footer-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#footer-post a.icon {
  background: none;
}
#footer-post a.icon:hover {
  color: #2bbc8a;
}
#footer-post #nav-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #323539;
  text-align: center;
}
#footer-post #nav-footer a {
  color: #2bbc8a;
  font-size: 1em;
}
#footer-post #nav-footer a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#footer-post #nav-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #nav-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #actions-footer {
  overflow: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#footer-post #actions-footer a {
  display: inline-block;
  padding-left: 1rem;
  color: #2bbc8a;
}
#footer-post #share-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #323539;
  text-align: center;
}
#footer-post #share-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #share-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #toc-footer {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #323539;
  text-align: left;
}
#footer-post #toc-footer ol {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}
#footer-post #toc-footer ol li {
  line-height: 30px;
}
#footer-post #toc-footer a:hover {
  color: #2bbc8a;
}
#footer-post #toc-footer .toc-level-1 > .toc-link {
  display: none;
}
#footer-post #toc-footer .toc-level-2 {
  color: #c9cacc;
  font-size: 0.8rem;
}
#footer-post #toc-footer .toc-level-2:before {
  color: #2bbc8a;
  content: "#";
}
#footer-post #toc-footer .toc-level-3 {
  color: #908d8d;
  font-size: 0.7rem;
  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;
  }
}
.home-wrap {
  padding-top: 0.5rem;
}
.home-identity {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 1.25rem;
  border: 1px solid rgba(43,188,138,0.15);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: home-fade-up 0.5s ease 0.05s forwards;
  background-image: radial-gradient(circle, rgba(43,188,138,0.11) 1px, transparent 1px);
  background-size: 22px 22px;
}
.home-identity::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.06) 3px, rgba(0,0,0,0.06) 4px);
  pointer-events: none;
  z-index: 0;
}
.home-identity::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #1d1f21 100%);
  pointer-events: none;
  z-index: 0;
}
.home-identity > * {
  position: relative;
  z-index: 1;
}
.ident-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2bbc8a;
  margin-bottom: 1.1rem;
  opacity: 0.9;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: home-typewriter 0.9s steps(19, end) 0.3s forwards;
  border-right: 2px solid #2bbc8a;
}
.ident-bio {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1.1rem;
  color: #c9cacc;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.ident-status {
  font-size: 12px;
  color: #908d8d;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.02em;
}
.ident-status::after {
  content: "_";
  color: #2bbc8a;
  animation: home-blink 1.1s step-end infinite;
  margin-left: 2px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bbc8a;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(43,188,138,0.8), 0 0 16px rgba(43,188,138,0.3);
  animation: home-pulse 2.8s ease-in-out infinite;
}
.ident-social {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.ident-social .soc-link {
  font-size: 17px;
  color: #908d8d;
  background: none;
  transition: color 0.2s ease, transform 0.15s ease;
}
.ident-social .soc-link:hover {
  color: #2bbc8a;
  background: none;
  transform: translateY(-2px);
}
.sys-telemetry {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px dotted rgba(43,188,138,0.2);
  opacity: 0;
  animation: telemetry-in 0.6s ease 1.1s forwards;
}
.sys-telemetry span {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.55;
}
.sys-telemetry span:nth-child(even) {
  color: #2bbc8a;
  opacity: 0.4;
}
.signal-trace {
  margin: 1.5rem 0;
  width: 100%;
  height: 28px;
  opacity: 0.35;
}
.signal-trace svg {
  width: 100%;
  height: 100%;
  display: block;
}
.signal-trace svg path {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: trace-draw 1.8s ease 0.8s forwards;
}
.home-section {
  margin-bottom: 3rem;
  opacity: 0;
  animation: home-fade-up 0.5s ease forwards;
}
.home-section:nth-child(3) {
  animation-delay: 0.2s;
}
.home-section:nth-child(4) {
  animation-delay: 0.3s;
}
.home-section:nth-child(5) {
  animation-delay: 0.4s;
}
.home-section:nth-child(6) {
  animation-delay: 0.5s;
}
.sec-header {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: lowercase;
  color: #908d8d;
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
}
.sec-header .sec-bracket {
  color: #2bbc8a;
  font-weight: 700;
  animation: bracket-glow 3.5s ease-in-out infinite;
}
.exp-grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(43,188,138,0.18);
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .exp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.exp-card {
  padding: 1.25rem 1.1rem;
  border-right: 1px solid rgba(43,188,138,0.12);
  transition: background 0.22s ease;
  position: relative;
}
.exp-card::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #2bbc8a;
  border-left: 1.5px solid #2bbc8a;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.exp-card::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  border-bottom: 1.5px solid #2bbc8a;
  border-right: 1.5px solid #2bbc8a;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.exp-card:last-child {
  border-right: none;
}
@media (max-width: 599px) {
  .exp-card {
    border-right: none;
    border-bottom: 1px solid rgba(43,188,138,0.12);
  }
  .exp-card:last-child {
    border-bottom: none;
  }
}
.exp-card:hover {
  background: rgba(43,188,138,0.04);
}
.exp-card:hover::before {
  opacity: 1;
}
.exp-card:hover::after {
  opacity: 1;
}
.exp-card:hover .exp-name a {
  color: #2bbc8a;
}
.exp-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
}
.exp-tag {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #908d8d;
  opacity: 0.65;
}
.exp-status {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.exp-running {
  color: #2bbc8a;
}
.exp-building {
  color: #c8892a;
}
.exp-exploring {
  color: #2bbc8a;
}
.exp-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.exp-name a {
  background: none;
  color: #c9cacc;
  text-decoration: none;
  transition: color 0.2s ease;
}
.exp-name a:hover {
  color: #2bbc8a;
  background: none;
}
.exp-desc {
  font-size: 12px;
  color: #908d8d;
  line-height: 1.65;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.proj-table {
  display: flex;
  flex-direction: column;
  border-top: 1px dotted #908d8d;
}
a.proj-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px dotted #908d8d;
  text-decoration: none;
  background: none;
  background-image: none;
  gap: 0 0.75rem;
}
a.proj-row:hover {
  background: none;
  background-image: none !important;
}
a.proj-row:hover .proj-name {
  color: #fff;
}
.proj-name {
  font-size: 13px;
  font-weight: 700;
  color: #c9cacc;
  transition: color 0.2s ease;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  transition: color 0.2s ease;
  letter-spacing: -0.01em;
}
.proj-stack {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #908d8d;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  opacity: 0.6;
}
.proj-blurb {
  font-size: 12px;
  color: #908d8d;
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  line-height: 1.55;
}
.proj-arrow {
  font-size: 13px;
  color: #2bbc8a;
  grid-column: 3;
  grid-row: 1/span 2;
  align-self: center;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 480px) {
  .proj-row {
    grid-template-columns: 110px 90px 1fr 20px;
    grid-template-rows: auto;
  }
  .proj-row .proj-name {
    grid-row: 1;
  }
  .proj-row .proj-stack {
    grid-column: 2;
    grid-row: 1;
  }
  .proj-row .proj-blurb {
    grid-column: 3;
    grid-row: 1;
  }
  .proj-row .proj-arrow {
    grid-column: 4;
    grid-row: 1;
  }
}
.dispatch-list {
  padding: 0;
  margin-bottom: 0.75rem;
}
.dispatch-item {
  display: flex;
  flex-direction: column;
  padding: 0.55rem 0.5rem;
  border-bottom: 1px dotted #908d8d;
  list-style: none;
  margin: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
  border-radius: 2px;
  position: relative;
}
.dispatch-item:first-child {
  border-top: 1px dotted #908d8d;
}
.dispatch-item:hover {
  background: none;
}
.dispatch-item:hover .dispatch-title {
  color: #fff;
}
.dispatch-item .meta {
  font-size: 11px;
  color: #908d8d;
  margin-bottom: 0.15rem;
  letter-spacing: 0.02em;
}
.dispatch-item .dispatch-title {
  font-size: 13px;
  transition: color 0.2s ease;
}
@media (min-width: 480px) {
  .dispatch-item {
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
  }
  .dispatch-item .meta {
    min-width: 90px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.dispatch-all {
  font-size: 11px;
  color: #908d8d;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-top: 0.75rem;
  background: none;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}
.dispatch-all:hover {
  color: #2bbc8a;
  background: none;
  letter-spacing: 0.14em;
}
.home-footer-note {
  font-size: 10px;
  color: #908d8d;
  opacity: 0.4;
  letter-spacing: 0.12em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  transition: opacity 0.3s ease;
}
.home-footer-note:hover {
  opacity: 0.8;
}
.home-footer-note .hfn-bracket {
  color: #2bbc8a;
  margin-right: 0.4em;
}
@-moz-keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.8);
  }
}
@-webkit-keyframes home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.8);
  }
}
@-o-keyframes home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.8);
  }
}
@keyframes home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.8);
  }
}
@-moz-keyframes home-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes home-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes home-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes home-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes home-typewriter {
  from {
    width: 0;
  }
  to {
    width: 19ch;
  }
}
@-webkit-keyframes home-typewriter {
  from {
    width: 0;
  }
  to {
    width: 19ch;
  }
}
@-o-keyframes home-typewriter {
  from {
    width: 0;
  }
  to {
    width: 19ch;
  }
}
@keyframes home-typewriter {
  from {
    width: 0;
  }
  to {
    width: 19ch;
  }
}
@-moz-keyframes bracket-glow {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(43,188,138,0.6);
  }
}
@-webkit-keyframes bracket-glow {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(43,188,138,0.6);
  }
}
@-o-keyframes bracket-glow {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(43,188,138,0.6);
  }
}
@keyframes bracket-glow {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(43,188,138,0.6);
  }
}
@-moz-keyframes telemetry-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes telemetry-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes telemetry-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes telemetry-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes trace-draw {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes trace-draw {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes trace-draw {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes trace-draw {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
article.post {
  animation: post-fade-in 0.45s ease 0.05s both;
}
article.post header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
}
article.post .post-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.75rem;
}
article.post .posttitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
  color: #c9cacc;
}
article.post .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin: 0;
}
article.post .meta * {
  font-size: 11px;
  color: #908d8d;
  letter-spacing: 0.04em;
}
article.post .author {
  display: none;
}
article.post .postdate {
  display: inline;
}
article.post .postdate time {
  color: #908d8d;
}
article.post .reading-time {
  color: #908d8d;
  font-size: 11px;
  opacity: 0.7;
  font-family: "Menlo", "Meslo LG", monospace;
}
article.post .content {
  font-size: 14px;
  line-height: 1.85;
}
article.post .content h2,
article.post .content h3,
article.post .content h4 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: #c9cacc;
}
article.post .content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-left: 0.85rem;
  border-left: 2px solid #2bbc8a;
  position: relative;
}
article.post .content h2:before {
  display: none;
}
article.post .content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2bbc8a;
  letter-spacing: 0.01em;
}
article.post .content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #908d8d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
article.post .content p {
  margin-bottom: 1.4rem;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
article.post .content a {
  color: #2bbc8a;
  background: none;
  border-bottom: 1px dotted rgba(43,188,138,0.4);
  transition: border-color 0.2s ease;
}
article.post .content a:hover {
  background: none;
  background-image: none;
  border-color: #2bbc8a;
}
article.post .content blockquote {
  margin: 1.5rem 0;
  padding: 0.85rem 1.1rem;
  border-left: 2px solid #2bbc8a;
  background: rgba(43,188,138,0.04);
  border-radius: 0 3px 3px 0;
  color: #c9cacc;
  font-style: normal;
  font-weight: normal;
  quotes: none;
}
article.post .content blockquote p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #c9cacc;
  opacity: 0.85;
}
article.post .content blockquote:before {
  display: none;
}
article.post .content blockquote footer {
  margin-top: 0.5rem;
  font-size: 11px;
  color: #908d8d;
}
article.post .content ul,
article.post .content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.4rem;
}
article.post .content ul li,
article.post .content ol li {
  margin-bottom: 0.35rem;
  line-height: 1.7;
}
article.post .content hr {
  border: none;
  border-top: 1px dotted rgba(144,141,141,0.3);
  margin: 2.5rem 0;
}
article.post .content img,
article.post .content video {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
article.post .content .caption {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #908d8d;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  opacity: 0.6;
}
article.post .content .video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 1.5rem;
}
article.post .content .video-container iframe,
article.post .content .video-container object,
article.post .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.post .article-tag {
  display: inline;
}
article.post .article-tag:before {
  content: "·";
  margin-right: 0.5rem;
  color: #908d8d;
  opacity: 0.4;
}
article.post .article-tag .tag-link {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.6;
  text-decoration: none;
  padding: 1px 5px;
  border: 1px dotted rgba(144,141,141,0.3);
  border-radius: 2px;
  background: none;
  transition: color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
article.post .article-tag .tag-link:before {
  content: none;
}
article.post .article-tag .tag-link:hover {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.4);
  opacity: 1;
  background: none;
  background-image: none;
}
article.post .article-category {
  display: inline;
  font-size: 11px;
  color: #908d8d;
}
article.post .article-category .category-link {
  color: #908d8d;
  background: none;
}
.post-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(43,188,138,0.12);
}
.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.post-nav-link {
  font-size: 11px;
  color: #908d8d;
  text-decoration: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  max-width: 45%;
  transition: color 0.2s ease;
}
.post-nav-link:hover {
  background: none;
  background-image: none;
  color: #fff;
}
.post-nav-link:hover .pnl-title {
  color: #fff;
}
.post-nav-prev {
  align-items: flex-start;
}
.post-nav-next {
  align-items: flex-end;
  text-align: right;
}
.pnl-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #908d8d;
  opacity: 0.45;
}
.pnl-title {
  font-size: 12px;
  font-weight: 700;
  color: #c9cacc;
  transition: color 0.2s ease;
  line-height: 1.4;
}
.post-back {
  text-align: center;
}
.post-back a {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #908d8d;
  opacity: 0.5;
  text-decoration: none;
  background: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.post-back a:hover {
  color: #2bbc8a;
  opacity: 1;
  background: none;
  background-image: none;
}
.posttitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@-moz-keyframes post-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes post-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes post-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes post-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.archive-wrap {
  padding-top: 0.25rem;
}
.archive-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
  opacity: 0;
  animation: archive-fade-up 0.4s ease 0.05s forwards;
}
.archive-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
.archive-meta-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 12px;
  color: #908d8d;
}
.archive-count {
  color: #c9cacc;
  font-weight: 700;
}
.archive-sep {
  opacity: 0.4;
}
.archive-since {
  opacity: 0.6;
}
.archive-year-block {
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: archive-fade-up 0.4s ease forwards;
}
.archive-year-block:nth-child(2) {
  animation-delay: 0.1s;
}
.archive-year-block:nth-child(3) {
  animation-delay: 0.17s;
}
.archive-year-block:nth-child(4) {
  animation-delay: 0.24s;
}
.archive-year-block:nth-child(5) {
  animation-delay: 0.31s;
}
.archive-year-block:nth-child(6) {
  animation-delay: 0.38s;
}
.archive-year-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #908d8d;
}
.archive-bracket {
  color: #2bbc8a;
  font-weight: 700;
  font-size: 13px;
}
.archive-year-num {
  font-size: 13px;
  font-weight: 700;
  color: #c9cacc;
  letter-spacing: 0.02em;
}
.archive-year-count {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #908d8d;
  opacity: 0.5;
  margin-left: 0.25rem;
}
.archive-post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-post-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  gap: 0.15rem 0.85rem;
  padding: 0.55rem 0.5rem;
  border-bottom: 1px dotted rgba(144,141,141,0.2);
  transition: background 0.15s ease;
  border-radius: 2px;
}
.archive-post-item:first-child {
  border-top: 1px dotted rgba(144,141,141,0.2);
}
.archive-post-item:hover {
  background: none;
}
.archive-post-item:hover .archive-post-title a {
  color: #fff;
}
@media (min-width: 520px) {
  .archive-post-item {
    grid-template-columns: 46px 1fr minmax(0, 160px) 52px;
    grid-template-rows: auto;
    align-items: center;
  }
}
.archive-post-date {
  font-size: 10px;
  color: #908d8d;
  opacity: 0.5;
  letter-spacing: 0.04em;
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  white-space: nowrap;
}
@media (min-width: 520px) {
  .archive-post-date {
    grid-row: 1;
  }
}
.archive-post-title {
  font-size: 13px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.archive-post-title a {
  color: #c9cacc;
  background: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
.archive-post-title a:hover {
  color: #fff;
  background: none;
  background-image: none;
}
.archive-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  grid-column: 2;
  grid-row: 2;
  padding-top: 0.15rem;
  overflow: hidden;
  max-height: 2.2em;
}
@media (min-width: 520px) {
  .archive-post-tags {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
    padding-top: 0;
    flex-wrap: nowrap;
    max-height: none;
    overflow: hidden;
  }
}
.archive-tag {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.55;
  background: none;
  text-decoration: none;
  padding: 1px 5px;
  border: 1px dotted rgba(144,141,141,0.3);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.archive-tag:hover {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.4);
  opacity: 1;
  background: none;
  background-image: none;
}
.archive-post-time {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.35;
  white-space: nowrap;
  grid-column: 1/span 2;
  grid-row: 3;
  padding-left: calc(46px + 0.85rem);
}
@media (min-width: 520px) {
  .archive-post-time {
    grid-column: 4;
    grid-row: 1;
    padding-left: 0;
    margin-left: 0.75rem;
  }
}
.archive-tag-more {
  font-size: 9px;
  color: #908d8d;
  opacity: 0.35;
  padding: 1px 2px;
  white-space: nowrap;
  align-self: center;
}
@-moz-keyframes archive-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes archive-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes archive-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes archive-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-post-comments {
  margin-top: 4rem;
}
#footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  width: 100%;
  color: #908d8d;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer li {
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid;
  border-color: #908d8d;
  vertical-align: middle;
}
#footer li a {
  margin-right: 15px;
}
#footer li:last-child {
  margin-right: 0;
  border-right: 0;
}
#footer li:last-child a {
  margin-right: 0;
}
#footer a {
  color: #908d8d;
  text-decoration: underline;
  background-image: none;
}
#footer a:hover {
  color: #a6a4a4;
}
#footer .footer-left {
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
@media (min-width: 39rem) {
  #footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
  }
  #footer .footer-left {
    align-self: flex-start;
    margin-right: 20px;
  }
  #footer .footer-right {
    align-self: flex-end;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 11px;
}
.pagination .page-number {
  color: #908d8d;
  opacity: 0.5;
  padding: 0 0.5rem;
}
.pagination a {
  display: inline-block;
  padding: 4px 10px;
  color: #908d8d;
  background: none;
  background-image: none;
  border: 1px dotted rgba(144,141,141,0.25);
  border-radius: 2px;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.pagination a:hover {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.4);
  background: none;
  background-image: none;
}
.pagination .extend.prev:before {
  content: "← prev";
}
.pagination .extend.next:before {
  content: "next →";
}
#search {
  padding: 0;
}
.search-wrap {
  padding-top: 0.25rem;
}
.search-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
  opacity: 0;
  animation: search-fade-up 0.4s ease 0.05s forwards;
}
.search-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.search-hint {
  font-size: 11px;
  color: #908d8d;
  opacity: 0.6;
  margin: 0;
}
.search-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(43,188,138,0.3);
  margin-bottom: 2rem;
  opacity: 0;
  animation: search-fade-up 0.4s ease 0.12s forwards;
  transition: border-color 0.2s ease;
}
.search-input-wrap:focus-within {
  border-color: #2bbc8a;
}
.search-prompt {
  font-size: 18px;
  color: #2bbc8a;
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.8;
}
.search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 14px;
  color: #c9cacc;
  caret-color: #2bbc8a;
  padding: 0;
}
.search-input::placeholder {
  color: #908d8d;
  opacity: 0.35;
}
.search-idle {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px dotted rgba(43,188,138,0.12);
  border-radius: 2px;
  opacity: 0;
  animation: search-fade-up 0.4s ease 0.2s forwards;
}
.search-idle-line {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  font-size: 11px;
}
.sil-key {
  color: #908d8d;
  opacity: 0.45;
  letter-spacing: 0.08em;
}
.sil-val {
  color: #908d8d;
  opacity: 0.6;
}
.sil-ready {
  color: #2bbc8a;
  opacity: 1;
}
.search-result-wrap {
  border-top: 1px solid rgba(43,188,138,0.12);
}
.search-result-wrap ul.search-result-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-wrap li {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px dotted rgba(144,141,141,0.2);
  margin: 0;
  animation: result-in 0.25s ease forwards;
  transition: background 0.15s ease;
  border-radius: 2px;
}
.search-result-wrap li:first-child {
  margin-top: 0;
}
.search-result-wrap li:hover {
  background: rgba(43,188,138,0.04);
}
.search-result-wrap li:hover a.search-result-title {
  color: #fff;
}
.search-result-wrap a.search-result-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #c9cacc;
  text-decoration: none;
  background: none;
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.search-result-wrap a.search-result-title:hover {
  background: none;
  background-image: none;
  color: #fff;
}
.search-result-wrap p.search-result {
  font-size: 11px;
  color: #908d8d;
  line-height: 1.65;
  margin: 0;
  overflow: hidden;
  max-height: 4em;
  opacity: 0.75;
}
.search-result-wrap em.search-keyword {
  font-style: normal;
  font-weight: 700;
  color: #2bbc8a;
  border-bottom: 1px dotted rgba(43,188,138,0.5);
}
.search-no-result {
  display: none;
  font-size: 12px;
  color: #908d8d;
  opacity: 0.5;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-no-result .snr-icon {
  color: #2bbc8a;
  opacity: 0.5;
}
@-moz-keyframes search-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes search-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes search-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes search-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes search-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes search-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes search-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes search-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes result-in {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes result-in {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes result-in {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes result-in {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#tag-cloud {
  padding: 1rem 0 2rem;
}
#tag-cloud .tag-cloud-title {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 2rem;
  font-family: "Menlo", "Meslo LG", monospace;
}
#tag-cloud .tag-cloud-tags {
  clear: both;
  text-align: left;
  line-height: 2.2;
}
#tag-cloud .tag-cloud-tags a {
  display: inline-block;
  margin: 0 0.4rem 0.4rem 0;
  padding: 3px 8px;
  font-size: 11px !important;
  font-family: "Menlo", "Meslo LG", monospace;
  color: #908d8d;
  background: none;
  background-image: none;
  border: 1px dotted rgba(144,141,141,0.25);
  border-radius: 2px;
  letter-spacing: 0.06em;
  transition: color 0.15s ease, border-color 0.15s ease;
}
#tag-cloud .tag-cloud-tags a:before {
  content: "#";
  opacity: 0.4;
  margin-right: 1px;
}
#tag-cloud .tag-cloud-tags a:hover {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.4);
  background: none;
  background-image: none;
}
.tooltipped {
  position: relative;
}
.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.2em 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #1d1f21;
  font-display: swap;
  font-weight: 400;
  font-size: 11.200000000000001px;
  font-family: "Menlo", "Meslo LG", monospace;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  text-align: center;
  word-wrap: break-word;
  white-space: pre;
  content: attr(aria-label);
  background: #c9cacc;
  border-radius: 3px;
  opacity: 0;
}
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #c9cacc;
  pointer-events: none;
  content: '';
  border: 6px solid transparent;
  opacity: 0;
}
.tooltipped:hover::before,
.tooltipped:active::before,
.tooltipped:focus::before,
.tooltipped:hover::after,
.tooltipped:active::after,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.tooltipped-s::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
.tooltipped-s::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #c9cacc;
}
.tooltipped-sw::after {
  margin-right: -16px;
}
.tooltipped-s::after {
  transform: translateX(50%);
}
@-moz-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#categories .category-list-title {
  color: #908d8d;
}
#categories .category-list .category-list-item .category-list-count {
  color: #908d8d;
}
#categories .category-list .category-list-item .category-list-count:before {
  content: " (";
}
#categories .category-list .category-list-item .category-list-count:after {
  content: ")";
}
#read-progress {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 9999;
  background: transparent;
}
#read-bar {
  height: 100%;
  width: 0%;
  background: #2bbc8a;
  transition: width 0.1s linear;
  box-shadow: 0 0 6px rgba(43,188,138,0.6);
}
#cursor-node {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2bbc8a;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.5;
  box-shadow: 0 0 8px rgba(43,188,138,0.6);
  transition: opacity 0.3s ease;
}
body:hover #cursor-node {
  opacity: 0.7;
}
#lab-terminal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
#lab-terminal.lt-open {
  display: flex;
}
.lt-inner {
  width: 92vw;
  background: #0e1012;
  border: 1px solid rgba(43,188,138,0.3);
  border-radius: 6px;
  overflow: hidden;
  font-family: "Menlo", "Meslo LG", monospace;
  box-shadow: 0 0 40px rgba(43,188,138,0.12), 0 20px 60px rgba(0,0,0,0.6);
}
.lt-titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #161819;
  border-bottom: 1px solid rgba(43,188,138,0.12);
}
.lt-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lt-dot-red {
  background: #ff5f57;
}
.lt-dot-yellow {
  background: #febc2e;
}
.lt-dot-green {
  background: #28c840;
}
.lt-title {
  font-size: 11px;
  color: #555;
  letter-spacing: 0.08em;
  margin-left: 6px;
}
.lt-body {
  min-height: 220px;
  max-height: 340px;
  overflow-y: auto;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.7;
  color: #c9cacc;
  scrollbar-width: thin;
  scrollbar-color: rgba(43,188,138,0.3) transparent;
}
.lt-welcome {
  color: #555;
  font-size: 11px;
  margin-bottom: 6px;
}
.lt-line {
  min-height: 1.2em;
  white-space: pre-wrap;
  word-break: break-all;
}
.lt-input-row {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid rgba(43,188,138,0.12);
  background: #0e1012;
}
.lt-prompt {
  color: #2bbc8a;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
#lt-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #c9cacc;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 12px;
  caret-color: #2bbc8a;
}
.t-green {
  color: #2bbc8a;
}
.t-dim {
  color: #555;
}
.t-red {
  color: #ff5f57;
}
#bios-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3rem;
}
#bios-overlay.bios-active {
  display: flex;
}
#bios-out {
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 13px;
  line-height: 1.65;
  color: #c9cacc;
  white-space: pre;
  max-width: 680px;
}
@media (max-width: 480px) {
  #bios-out {
    font-size: 10px;
    padding: 0;
  }
}
.token-stream {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.5rem;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.token-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: token-scroll 28s linear infinite;
}
.token-track span {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #908d8d;
  opacity: 0.35;
  padding: 0 1rem;
  white-space: nowrap;
  border-right: 1px solid rgba(144,141,141,0.12);
}
.token-track span:nth-child(3n) {
  color: #2bbc8a;
  opacity: 0.25;
}
.token-track span:nth-child(5n) {
  opacity: 0.2;
}
#kb-help {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(29,31,33,0.85);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}
#kb-help.kb-open {
  display: flex;
}
#kb-help-inner {
  background: #1d1f21;
  border: 1px solid rgba(43,188,138,0.25);
  border-radius: 4px;
  padding: 1.5rem 2rem;
  min-width: 280px;
  font-family: "Menlo", "Meslo LG", monospace;
}
.kb-title {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 1.2rem;
}
.kb-table {
  width: 100%;
  border-collapse: collapse;
}
.kb-table td {
  font-size: 12px;
  padding: 4px 0;
  color: #908d8d;
  vertical-align: middle;
}
.kb-table td:first-child {
  padding-right: 1.5rem;
  white-space: nowrap;
}
.kb-table kbd {
  display: inline-block;
  padding: 1px 5px;
  font-size: 10px;
  font-family: "Menlo", "Meslo LG", monospace;
  color: #c9cacc;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px;
  margin-right: 2px;
}
.kb-close {
  margin-top: 1.2rem;
  font-size: 10px;
  color: #908d8d;
  opacity: 0.35;
  text-align: center;
}
.exp-card--live {
  background: linear-gradient(90deg, transparent 0%, rgba(43,188,138,0.06) 40%, rgba(43,188,138,0.1) 50%, rgba(43,188,138,0.06) 60%, transparent 100%);
  background-size: 200% 100%;
  animation: exp-shimmer 3s ease-in-out infinite;
}
@-moz-keyframes token-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes token-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-o-keyframes token-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes token-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes exp-shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@-webkit-keyframes exp-shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@-o-keyframes exp-shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes exp-shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.about-wrap {
  padding-top: 0.5rem;
}
.about-wrap > * {
  opacity: 0;
  animation: about-fade-up 0.45s ease forwards;
}
.about-wrap > *:nth-child(1) {
  animation-delay: 0.05s;
}
.about-wrap > *:nth-child(2) {
  animation-delay: 0.12s;
}
.about-wrap > *:nth-child(3) {
  animation-delay: 0.19s;
}
.about-wrap > *:nth-child(4) {
  animation-delay: 0.26s;
}
.about-wrap > *:nth-child(5) {
  animation-delay: 0.33s;
}
.about-wrap > *:nth-child(6) {
  animation-delay: 0.4s;
}
.about-wrap > *:nth-child(7) {
  animation-delay: 0.47s;
}
.about-wrap > *:nth-child(8) {
  animation-delay: 0.54s;
}
.about-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
}
.about-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.about-name {
  font-size: 26px;
  font-weight: 700;
  color: #c9cacc;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.about-role {
  font-size: 12px;
  color: #908d8d;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.about-status-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  color: #908d8d;
}
.about-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bbc8a;
  flex-shrink: 0;
  animation: about-dot-pulse 2.8s ease-in-out infinite;
}
.about-status-text {
  letter-spacing: 0.02em;
}
.about-specs {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(43,188,138,0.12);
  border-radius: 3px;
  overflow: hidden;
}
.spec-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(43,188,138,0.08);
  transition: background 0.15s ease;
}
.spec-row:last-child {
  border-bottom: none;
}
.spec-row:hover {
  background: rgba(43,188,138,0.04);
}
.spec-key {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  align-self: center;
  flex-shrink: 0;
}
.spec-val {
  font-size: 12px;
  color: #908d8d;
  line-height: 1.5;
  align-self: center;
}
.spec-val a {
  color: #c9cacc;
  background: none;
  transition: color 0.2s ease;
}
.spec-val a:hover {
  color: #2bbc8a;
  background: none;
}
.about-section {
  margin-bottom: 2.5rem;
}
.about-sec-header {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: lowercase;
  color: #908d8d;
  margin-bottom: 1.25rem;
}
.about-sec-header .about-bracket {
  color: #2bbc8a;
  font-weight: 700;
}
.about-body-text {
  font-size: 13px;
  color: #908d8d;
  line-height: 1.75;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.about-body-text a {
  color: #c9cacc;
  background: none;
  transition: color 0.2s ease;
}
.about-body-text a:hover {
  color: #2bbc8a;
  background: none;
}
.module-list {
  display: flex;
  flex-direction: column;
  border-top: 1px dotted #908d8d;
}
.module-row {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-template-rows: auto auto;
  gap: 0.1rem 0.75rem;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px dotted #908d8d;
  transition: background 0.15s ease;
}
.module-row:hover {
  background: rgba(43,188,138,0.04);
}
.module-row:hover .module-name {
  color: #fff;
}
@media (min-width: 480px) {
  .module-row {
    grid-template-columns: 55px 200px 1fr;
    grid-template-rows: auto;
  }
  .module-row .module-status {
    grid-row: 1;
  }
  .module-row .module-desc {
    grid-column: 3;
    grid-row: 1;
  }
}
.module-status {
  font-size: 9px;
  letter-spacing: 0.08em;
  align-self: center;
  grid-column: 1;
  grid-row: 1;
}
.mod-loaded {
  color: #2bbc8a;
}
.module-name {
  font-size: 12px;
  font-weight: 700;
  color: #c9cacc;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.module-desc {
  font-size: 11px;
  color: #908d8d;
  line-height: 1.55;
  grid-column: 1/span 2;
  grid-row: 2;
  padding-top: 0.2rem;
}
@media (min-width: 480px) {
  .module-desc {
    grid-column: 3;
    grid-row: 1;
    padding-top: 0;
  }
}
.process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(43,188,138,0.12);
  border-radius: 3px;
  overflow: hidden;
}
.process-row {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(43,188,138,0.08);
  transition: background 0.18s ease;
  position: relative;
}
.process-row::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #2bbc8a;
  border-left: 1.5px solid #2bbc8a;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.process-row:last-child {
  border-bottom: none;
}
.process-row:hover {
  background: rgba(43,188,138,0.04);
}
.process-row:hover::before {
  opacity: 1;
}
.process-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.process-pid {
  font-size: 9px;
  color: #908d8d;
  opacity: 0.4;
  letter-spacing: 0.05em;
}
.process-name {
  font-size: 13px;
  font-weight: 700;
  color: #c9cacc;
}
.process-name a {
  color: #c9cacc;
  background: none;
  transition: color 0.2s ease;
}
.process-name a:hover {
  color: #2bbc8a;
  background: none;
}
.process-uptime {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.5;
  margin-left: auto;
}
.proc-badge {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.proc-live {
  color: #2bbc8a;
}
.proc-building {
  color: #c8892a;
}
.process-desc {
  font-size: 12px;
  color: #908d8d;
  line-height: 1.65;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.about-quote {
  margin: 0;
  padding: 1rem 1.25rem;
  border-left: 2px solid #2bbc8a;
  background: rgba(43,188,138,0.04);
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  color: #c9cacc;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 0.01em;
}
.about-io {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px dotted #908d8d;
}
.io-link {
  display: grid;
  grid-template-columns: 24px 90px 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.5rem;
  border-bottom: 1px dotted #908d8d;
  background: none;
  text-decoration: none;
  transition: background 0.15s ease;
}
.io-link:hover {
  background: none;
  background-image: none;
}
.io-link:hover .io-label {
  color: #fff;
}
.io-link:hover .io-handle {
  color: #c9cacc;
}
.io-icon {
  font-size: 14px;
  color: #908d8d;
  opacity: 0.5;
  text-align: center;
}
.io-label {
  font-size: 11px;
  font-weight: 700;
  color: #908d8d;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}
.io-handle {
  font-size: 11px;
  color: #908d8d;
  opacity: 0.6;
  transition: color 0.2s ease;
}
.about-footer-note {
  font-size: 10px;
  color: #908d8d;
  opacity: 0.4;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  transition: opacity 0.3s ease;
}
.about-footer-note:hover {
  opacity: 0.75;
}
.about-footer-note .about-bracket {
  color: #2bbc8a;
}
@-moz-keyframes about-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes about-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes about-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes about-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes about-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(43,188,138,0.8);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 3px rgba(43,188,138,0.3);
    opacity: 0.5;
  }
}
@-webkit-keyframes about-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(43,188,138,0.8);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 3px rgba(43,188,138,0.3);
    opacity: 0.5;
  }
}
@-o-keyframes about-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(43,188,138,0.8);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 3px rgba(43,188,138,0.3);
    opacity: 0.5;
  }
}
@keyframes about-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(43,188,138,0.8);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 3px rgba(43,188,138,0.3);
    opacity: 0.5;
  }
}
.projects-wrap {
  padding-top: 0.25rem;
}
.projects-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(43,188,138,0.15);
  opacity: 0;
  animation: proj-fade-up 0.4s ease 0.05s forwards;
}
.projects-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
.projects-meta-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-size: 12px;
  color: #908d8d;
}
.projects-total {
  font-weight: 700;
  color: #c9cacc;
}
.projects-sep {
  opacity: 0.4;
}
.pb-active {
  color: #2bbc8a;
}
.projects-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: proj-fade-up 0.4s ease 0.12s forwards;
}
.pf-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #908d8d;
  background: none;
  border: 1px dotted rgba(144,141,141,0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.pf-tab:hover {
  color: #c9cacc;
  border-color: rgba(144,141,141,0.6);
}
.pf-tab.pf-active {
  color: #2bbc8a;
  border-color: rgba(43,188,138,0.5);
  border-style: solid;
}
.pf-count {
  font-size: 9px;
  opacity: 0.5;
}
.projects-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(43,188,138,0.12);
}
.proj-card {
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(43,188,138,0.08);
  transition: background 0.18s ease;
  position: relative;
  opacity: 0;
  animation: proj-card-in 0.4s ease forwards;
}
.proj-card:nth-child(1) {
  animation-delay: 0.18s;
}
.proj-card:nth-child(2) {
  animation-delay: 0.22s;
}
.proj-card:nth-child(3) {
  animation-delay: 0.26s;
}
.proj-card:nth-child(4) {
  animation-delay: 0.3s;
}
.proj-card:nth-child(5) {
  animation-delay: 0.34s;
}
.proj-card:nth-child(6) {
  animation-delay: 0.38s;
}
.proj-card:nth-child(7) {
  animation-delay: 0.42s;
}
.proj-card:nth-child(8) {
  animation-delay: 0.46s;
}
.proj-card:nth-child(9) {
  animation-delay: 0.5s;
}
.proj-card:nth-child(10) {
  animation-delay: 0.54s;
}
.proj-card::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #2bbc8a;
  border-left: 1.5px solid #2bbc8a;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.proj-card:hover {
  background: rgba(43,188,138,0.03);
}
.proj-card:hover::before {
  opacity: 1;
}
.proj-card:hover .proj-card-name {
  color: #fff;
}
.proj-card.proj-card-hidden {
  display: none;
}
.proj-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  gap: 1rem;
}
.proj-card-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}
.proj-card-idx {
  font-size: 9px;
  color: #908d8d;
  opacity: 0.3;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.proj-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #c9cacc;
  text-decoration: none;
  background: none;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.proj-card-name:hover {
  color: #fff;
  background: none;
  background-image: none;
}
.proj-card-right {
  flex-shrink: 0;
}
.proj-card-status {
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.pcs-active {
  color: #2bbc8a;
}
.pcs-exploring {
  color: #c8892a;
}
.pcs-shipped {
  color: #908d8d;
  opacity: 0.6;
}
.pcs-archived {
  color: #908d8d;
  opacity: 0.35;
}
.proj-card-desc {
  font-size: 12px;
  color: #908d8d;
  line-height: 1.7;
  margin-bottom: 0.85rem;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  max-width: 52rem;
}
.proj-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.proj-card-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.proj-stack-tag {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #908d8d;
  opacity: 0.5;
  padding: 1px 5px;
  border: 1px dotted rgba(144,141,141,0.25);
  border-radius: 2px;
}
.proj-card-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.proj-link {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #908d8d;
  text-decoration: none;
  background: none;
  opacity: 0.55;
  transition: color 0.15s ease, opacity 0.15s ease;
}
.proj-link:hover {
  color: #2bbc8a;
  opacity: 1;
  background: none;
  background-image: none;
}
@-moz-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes proj-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes proj-card-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.now-wrap {
  padding: 2rem 0 3rem;
  max-width: 42rem;
  animation: post-fade-in 0.4s ease both;
}
.now-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2bbc8a;
  opacity: 0.7;
  margin-bottom: 0.75rem;
  font-family: "Menlo", "Meslo LG", monospace;
}
.now-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #c9cacc;
  margin: 0 0 0.5rem 0;
}
.now-meta {
  font-size: 11px;
  color: #908d8d;
  opacity: 0.5;
  font-family: "Menlo", "Meslo LG", monospace;
  margin-bottom: 2.5rem;
}
.now-meta .now-date {
  color: #2bbc8a;
  opacity: 1;
}
.now-content {
  font-size: 14px;
  line-height: 1.85;
  color: #c9cacc;
}
.now-content h2 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #908d8d;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  opacity: 0.7;
}
.now-content p {
  margin-bottom: 1.2rem;
}
.now-content a {
  color: #2bbc8a;
  background: none;
  background-image: none;
  border-bottom: 1px dotted rgba(43,188,138,0.4);
  transition: border-color 0.15s ease;
}
.now-content a:hover {
  background: none;
  background-image: none;
  border-color: #2bbc8a;
}
.now-content hr {
  border: none;
  border-top: 1px dotted rgba(144,141,141,0.2);
  margin: 2rem 0;
}
.now-content strong {
  color: #c9cacc;
  font-weight: 700;
}
.now-content em {
  color: #908d8d;
  font-style: italic;
}
.now-content code {
  font-size: 11px;
  font-family: "Menlo", "Meslo LG", monospace;
  color: #2bbc8a;
  background: rgba(43,188,138,0.07);
  border: 1px dotted rgba(43,188,138,0.2);
  border-radius: 2px;
  padding: 1px 5px;
}
.now-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(43,188,138,0.1);
}
.now-footer .now-note {
  font-size: 11px;
  color: #908d8d;
  opacity: 0.4;
  font-family: "Menlo", "Meslo LG", monospace;
}
.now-footer .now-note a {
  color: #908d8d;
  background: none;
  background-image: none;
  border-bottom: 1px dotted rgba(144,141,141,0.3);
  transition: color 0.15s ease;
}
.now-footer .now-note a:hover {
  color: #2bbc8a;
  background: none;
  background-image: none;
}
.highlight {
  background: #474949;
  color: #d1d9e1;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #969896;
  font-style: italic;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .addition {
  color: #c9c;
}
.highlight .code .number,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo {
  color: #f99157;
}
.highlight .code .string,
.highlight .code .doctag,
.highlight .code .regexp {
  color: #8abeb7;
}
.highlight .code .title,
.highlight .code .name,
.highlight .code .section,
.highlight .code .built_in {
  color: #b5bd68;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .selector-id,
.highlight .code .class .title {
  color: #fc6;
}
.highlight .code .section,
.highlight .code .name,
.highlight .code .strong {
  font-weight: bold;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .link {
  color: #f99157;
}
.highlight .code .deletion {
  color: #dc322f;
}
.highlight .code .formula {
  background: #eee8d5;
}
.highlight .code .attr,
.highlight .code .attribute {
  color: #81a2be;
}
.highlight .code .emphasis {
  font-style: italic;
}
.notfound-wrap {
  padding: 4rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.notfound-code {
  font-size: 72px;
  font-weight: 700;
  color: #2bbc8a;
  line-height: 1;
  letter-spacing: -0.04em;
}
.notfound-title {
  font-size: 20px;
  color: #c9cacc;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}
.notfound-msg {
  font-size: 13px;
  color: #908d8d;
  line-height: 1.8;
  max-width: 38rem;
}
.notfound-footer {
  margin-top: 1.5rem;
}
.notfound-cmd {
  font-size: 11px;
  color: #908d8d;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
pre {
  overflow-x: auto;
  padding: 10px 15px;
  padding-bottom: 0;
  border: 1px dotted #908d8d;
  border-radius: 4px;
  font-size: 13px;
  font-family: "Menlo", "Meslo LG", monospace;
  line-height: 22px;
  -webkit-border-radius: 4px;
}
pre code {
  display: block;
  padding: 0;
  border: none;
}
code {
  padding: 0 5px;
  border: 1px dotted #908d8d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.highlight {
  overflow-x: auto;
  margin: 1rem 0;
  padding: 10px 15px;
  border-radius: 4px;
  background: #212326;
  font-family: "Menlo", "Meslo LG", monospace;
  -webkit-border-radius: 4px;
}
.highlight figcaption {
  margin: -5px 0 5px;
  color: #908d8d;
  font-size: 0.9em;
  transform: scale(1);
}
.highlight figcaption a {
  float: right;
  color: #908d8d;
  font-style: italic;
  font-size: 0.8em;
  background-image: linear-gradient(transparent, transparent 10px, #2bbc8a 10px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.highlight figcaption a:hover {
  color: #a6a4a4;
}
.highlight figcaption:before,
.highlight figcaption content: "" {
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight:hover .btn-copy {
  opacity: 1;
}
.highlight .btn-copy {
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.highlight .btn-copy:hover {
  color: #2bbc8a;
}
.highlight pre {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.highlight table {
  width: auto;
}
.highlight td.gutter {
  text-align: right;
  opacity: 0.2;
}
.highlight .line {
  height: 22px;
}
#header-post #actions {
  direction: ltr !important;
}
