@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  background-color: #0d0d0d;
  color: #00ff41;
  font-family: "Fira Code", "JetBrains Mono", "Cascadia Code", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(0, 255, 65, 0.1882352941);
  color: #69ff47;
}

a {
  color: #69ff47;
  text-decoration: none;
  border-bottom: 1px solid #00b32c;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a:hover {
  color: #fff;
  border-color: #00ff41;
  text-shadow: 0 0 6px #00ff41;
}

h1, h2, h3, h4, h5, h6 {
  color: #69ff47;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-top: 32px;
}
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
  color: #00b32c;
  margin-right: 8px;
}

h1::before {
  content: "#";
}

h2::before {
  content: "##";
}

h3::before {
  content: "###";
}

h4::before {
  content: "####";
}

p {
  margin-bottom: 16px;
  color: #00cc34;
}

ul, ol {
  margin: 0 0 16px 32px;
}
ul li, ol li {
  margin-bottom: 4px;
}
ul li::marker, ol li::marker {
  color: #00b32c;
}

blockquote {
  border-left: 3px solid #00b32c;
  padding: 8px 16px;
  margin: 16px 0;
  background: #141414;
  color: #555555;
}
blockquote::before {
  content: "// ";
  color: #00b32c;
}
blockquote p {
  color: #555555;
  margin-bottom: 0;
  display: inline;
}

code {
  font-family: "Fira Code", "JetBrains Mono", "Cascadia Code", "Courier New", Courier, monospace;
  font-size: 0.9em;
  color: #ffb000;
  background: #141414;
  padding: 1px 5px;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
}

pre {
  background: #141414;
  border: 1px solid #1e1e1e;
  border-left: 3px solid #00b32c;
  padding: 16px;
  overflow-x: auto;
  margin: 16px 0;
  position: relative;
}
pre::before {
  content: "$ ";
  color: #00b32c;
}
pre code {
  background: none;
  border: none;
  padding: 0;
  color: #00ff41;
  font-size: 12px;
}

.highlight {
  background: #141414 !important;
  border: 1px solid #1e1e1e;
  border-left: 3px solid #00b32c;
}
.highlight pre {
  border: none;
  border-left: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 12px;
}
table th {
  color: #69ff47;
  border-bottom: 1px solid #00b32c;
  padding: 4px 8px;
  text-align: left;
}
table td {
  border-bottom: 1px solid #1e1e1e;
  padding: 4px 8px;
  color: rgb(0, 229.5, 58.5);
}
table tr:hover td {
  background: #141414;
}

hr {
  border: none;
  border-top: 1px solid #1e1e1e;
  margin: 32px 0;
}
hr::after {
  content: "─── eof ───";
  display: block;
  text-align: center;
  color: #4a4a4a;
  font-size: 12px;
  margin-top: -0.7em;
  background: #0d0d0d;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}

img {
  max-width: 100%;
  height: auto;
  border: 1px solid #1e1e1e;
  display: block;
  margin: 16px auto;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #0d0d0d;
}

::-webkit-scrollbar-thumb {
  background: #00b32c;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #00ff41;
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0d0d0d;
  border-bottom: 1px solid #1e1e1e;
  padding: 0 16px;
}
.site-header .header-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 56px;
  gap: 32px;
}

.site-prompt {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-prompt .prompt-user {
  color: #69ff47;
  font-weight: 600;
}
.site-prompt .prompt-at {
  color: #00b32c;
}
.site-prompt .prompt-host {
  color: #00ff41;
  font-weight: 600;
}
.site-prompt .prompt-colon {
  color: #00b32c;
}
.site-prompt .prompt-path {
  color: #4fc3f7;
}
.site-prompt .prompt-char {
  color: #00b32c;
  margin-left: 2px;
}
.site-prompt a {
  color: inherit;
  border: none;
  text-decoration: none;
}
.site-prompt a:hover {
  text-shadow: none;
}

.cursor {
  display: inline-block;
  width: 8px;
  height: 1em;
  background: #00ff41;
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: blink 1.1s step-end infinite;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
}
.site-nav a {
  color: #00b32c;
  border: none;
  font-size: 12px;
  white-space: nowrap;
  padding: 4px 8px;
  transition: color 0.15s ease;
}
.site-nav a:hover, .site-nav a.active {
  color: #00ff41;
  text-shadow: 0 0 6px #00b32c;
}
.site-nav a.active {
  color: #69ff47;
}

.site-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 16px;
  min-height: calc(100vh - 56px - 80px);
}

.site-footer {
  border-top: 1px solid #1e1e1e;
  padding: 32px 16px;
  color: #4a4a4a;
  font-size: 12px;
}
.site-footer .footer-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .footer-prompt {
  color: #555555;
}
.site-footer .footer-prompt .prompt-char {
  color: #00b32c;
}
.site-footer a {
  color: #555555;
  border-color: #1e1e1e;
}
.site-footer a:hover {
  color: #00ff41;
}

.page-header {
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1e1e1e;
}
.page-header .page-title {
  font-size: 20px;
  color: #69ff47;
  margin-top: 0;
  margin-bottom: 8px;
}
.page-header .page-title::before {
  display: none;
}
.page-header .page-subtitle {
  color: #555555;
  font-size: 12px;
}

.post-header {
  margin-bottom: 64px;
}
.post-header .post-title {
  font-size: clamp(18px, 3vw, 24px);
  color: #69ff47;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3;
}
.post-header .post-title::before {
  display: none;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 64px;
}

.breadcrumb {
  font-size: 12px;
  color: #555555;
  margin-bottom: 32px;
}
.breadcrumb .bc-prompt {
  color: #00b32c;
}
.breadcrumb .bc-cmd {
  color: #00ff41;
}
.breadcrumb .bc-path {
  color: #4fc3f7;
}
.breadcrumb::before {
  content: "$ cd ";
  color: #00b32c;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #1e1e1e;
  font-size: 12px;
  color: #555555;
}
.pagination a {
  color: #00ff41;
  border: 1px solid #1e1e1e;
  padding: 4px 16px;
  transition: all 0.15s ease;
}
.pagination a:hover {
  border-color: #00b32c;
  background: #141414;
}
.pagination .current {
  color: #69ff47;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 64px;
}
.tag-cloud .tag-item a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #00b32c;
  border: 1px solid #1e1e1e;
  padding: 4px 8px;
  font-size: 12px;
  transition: all 0.15s ease;
}
.tag-cloud .tag-item a::before {
  content: "#";
}
.tag-cloud .tag-item a:hover {
  color: #00ff41;
  border-color: #00b32c;
  background: #141414;
}
.tag-cloud .tag-item .tag-count {
  color: #4a4a4a;
  font-size: 11px;
}

.archive-year {
  margin-bottom: 64px;
}
.archive-year .archive-year-title {
  color: #00b32c;
  font-size: 12px;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.archive-year .archive-year-title::before {
  display: none;
}
.archive-year .archive-year-title span {
  color: #4a4a4a;
}

@media (max-width: 600px) {
  .site-header .header-inner {
    flex-direction: column;
    height: auto;
    padding: 8px 0;
    gap: 8px;
    align-items: flex-start;
  }
  .site-main {
    padding: 32px 16px;
  }
  .footer-inner {
    flex-direction: column;
  }
}
.post-list {
  margin-bottom: 64px;
}
.post-list .ls-header {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1e1e1e;
}
.post-list .ls-header::before {
  content: "$ ls -la ~/posts/";
  color: #00b32c;
}
.post-list .ls-total {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 8px;
}

.post-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: baseline;
  gap: 16px;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: background 0.15s ease;
}
.post-item:hover {
  background: #141414;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.post-item .post-date {
  color: #4a4a4a;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
.post-item .post-title-link {
  color: #00ff41;
  border: none;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-item .post-title-link:hover {
  color: #69ff47;
  text-shadow: 0 0 6px #00b32c;
}
.post-item .post-title-link::before {
  content: "";
  color: #00b32c;
  margin-right: 4px;
}
.post-item .post-tags {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.post-item .post-tags .tag {
  font-size: 11px;
  color: #4a4a4a;
}
.post-item .post-tags .tag::before {
  content: "#";
}
@media (max-width: 600px) {
  .post-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .post-item .post-tags {
    display: none;
  }
  .post-item .post-date {
    font-size: 11px;
  }
}

.post-meta {
  font-size: 12px;
  color: #555555;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-meta .meta-item::before {
  color: #00b32c;
}
.post-meta .meta-item.meta-date::before {
  content: "[date]";
}
.post-meta .meta-item.meta-read::before {
  content: "[read]";
}
.post-meta .meta-item.meta-tags::before {
  content: "[tags]";
}
.post-meta .post-tag {
  color: #00b32c;
}
.post-meta .post-tag::before {
  content: "#";
}
.post-meta .post-tag:not(:last-child)::after {
  content: ", ";
  color: #4a4a4a;
}

.tag-badge {
  display: inline-block;
  font-size: 11px;
  color: #555555;
  border: 1px solid #1e1e1e;
  padding: 1px 4px;
  margin-right: 4px;
  border-radius: 2px;
}
.tag-badge::before {
  content: "#";
}
.tag-badge a {
  color: inherit;
  border: none;
}
.tag-badge a:hover {
  color: #00ff41;
}

.related-posts {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #1e1e1e;
}
.related-posts .related-title {
  color: #00b32c;
  font-size: 12px;
  margin-bottom: 16px;
}
.related-posts .related-title::before {
  content: "// related posts";
}
.related-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-posts ul li {
  padding: 4px 0;
  border-bottom: 1px solid #1e1e1e;
}
.related-posts ul li a {
  color: #00ff41;
  border: none;
  font-size: 12px;
}
.related-posts ul li a::before {
  content: "→ ";
  color: #00b32c;
}
.related-posts ul li a:hover {
  color: #69ff47;
}

.error-page {
  text-align: left;
  padding: 64px 0;
}
.error-page .error-code {
  font-size: 48px;
  color: #00b32c;
  line-height: 1;
  margin-bottom: 16px;
}
.error-page .error-message {
  color: #ffb000;
  margin-bottom: 32px;
}
.error-page .error-message::before {
  content: "ERROR: ";
  color: #555555;
}
.error-page .error-cmd {
  color: #555555;
  font-size: 12px;
  margin-bottom: 32px;
}

.social-links {
  display: flex;
  gap: 16px;
}
.social-links a {
  color: #555555;
  border: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.social-links a:hover {
  color: #00ff41;
  text-shadow: none;
}

.toc {
  background: #141414;
  border: 1px solid #1e1e1e;
  border-left: 3px solid #00b32c;
  padding: 16px;
  margin-bottom: 64px;
  font-size: 12px;
}
.toc .toc-title {
  color: #00b32c;
  margin-bottom: 8px;
  font-size: 12px;
}
.toc .toc-title::before {
  content: "// ";
}
.toc ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.toc ul ul {
  padding-left: 16px;
  margin-top: 4px;
}
.toc ul li {
  margin-bottom: 4px;
}
.toc ul li a {
  color: #555555;
  border: none;
  font-size: 12px;
}
.toc ul li a::before {
  content: "· ";
  color: #4a4a4a;
}
.toc ul li a:hover {
  color: #00ff41;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #1e1e1e;
}
.post-navigation .prev-post, .post-navigation .next-post {
  padding: 16px;
  border: 1px solid #1e1e1e;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.post-navigation .prev-post:hover, .post-navigation .next-post:hover {
  border-color: #00b32c;
  background: #141414;
}
.post-navigation .prev-post .nav-label, .post-navigation .next-post .nav-label {
  display: block;
  font-size: 11px;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.post-navigation .prev-post a, .post-navigation .next-post a {
  color: #00ff41;
  border: none;
  font-size: 12px;
  display: block;
}
.post-navigation .prev-post a:hover, .post-navigation .next-post a:hover {
  color: #69ff47;
}
.post-navigation .next-post {
  text-align: right;
}
@media (max-width: 500px) {
  .post-navigation {
    grid-template-columns: 1fr;
  }
}

body.scanlines::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.04) 1px, rgba(0, 0, 0, 0.04) 2px);
  pointer-events: none;
  z-index: 9999;
}

body.crt-glow .site-prompt,
body.crt-glow .post-title-link,
body.crt-glow h1, body.crt-glow h2 {
  text-shadow: 0 0 6px rgba(0, 255, 65, 0.4);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.boot-sequence {
  position: fixed;
  inset: 0;
  background: #0d0d0d;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  animation: boot-fade 0.5s ease 2.8s forwards;
}

@keyframes boot-fade {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.boot-lines {
  max-width: 480px;
  width: 100%;
}

.boot-line {
  color: #00b32c;
  font-size: 12px;
  opacity: 0;
  animation: line-appear 0.1s ease forwards;
  margin-bottom: 2px;
}
.boot-line:nth-child(1) {
  animation-delay: 0.1s;
}
.boot-line:nth-child(2) {
  animation-delay: 0.5s;
}
.boot-line:nth-child(3) {
  animation-delay: 0.9s;
}
.boot-line:nth-child(4) {
  animation-delay: 1.3s;
}
.boot-line:nth-child(5) {
  animation-delay: 1.8s;
  color: #69ff47;
  font-weight: 600;
}
.boot-line .ok {
  color: #00ff41;
}
.boot-line .hl {
  color: #69ff47;
}

@keyframes line-appear {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.typing {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #00ff41;
  width: 0;
  animation: typing 1.5s steps(40, end) 0.3s forwards, cursor-blink 0.8s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes cursor-blink {
  50% {
    border-color: transparent;
  }
}
.glow-pulse {
  animation: glow-pulse 2s ease-in-out infinite alternate;
}

@keyframes glow-pulse {
  from {
    text-shadow: 0 0 4px rgba(0, 255, 65, 0.3);
  }
  to {
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.7);
  }
}
[data-scheme=amber] {
  --term-primary: #ffb000;
  --term-dim: #cc8800;
  --term-bright: #ffd060;
  --selection-bg: rgba(255, 176, 0, 0.2);
}
[data-scheme=amber] .cursor {
  background: #ffb000;
}
[data-scheme=blue] {
  --term-primary: #4fc3f7;
  --term-dim: #0288d1;
  --term-bright: #b3e5fc;
}

[data-scheme=white] {
  --term-primary: #e0e0e0;
  --term-dim: #9e9e9e;
  --term-bright: #ffffff;
}

@keyframes flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    opacity: 1;
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    opacity: 0.97;
    filter: brightness(0.95);
  }
}

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