@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap");
/* ============================================================
   HARD RESET — override any lingering jekyll-now / minima styles
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: #1a1a1a !important;
  color: #c8c8c8;
  font-family: "Share Tech Mono", "Courier New", monospace !important;
  font-size: 13px;
  line-height: 1.7;
  min-height: 100vh;
}

/* nuke old jekyll-now layout containers */
.wrapper-masthead,
.masthead,
.wrapper-footer,
.site-avatar,
.site-info,
.site-name,
.site-description,
.container {
  all: unset;
  display: block;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
a {
  color: #ff2d78 !important;
  text-decoration: none !important;
}

a:hover, a:active {
  color: #00d4ff !important;
}

p {
  margin: 12px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "VT323", monospace !important;
  font-weight: normal !important;
  line-height: 1.3;
  margin: 1em 0 0.4em;
  padding: 0;
  border: none;
  background: none;
  float: none;
  color: #ff2d78;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  color: #00d4ff;
}

h4 {
  font-size: 15px;
  color: #888;
}

h5, h6 {
  font-size: 13px;
  color: #666;
}

ul, ol {
  margin: 12px 0 12px 24px;
}

li {
  margin-bottom: 4px;
}

strong, b {
  color: #e0e0e0;
  font-weight: bold;
}

em, i {
  font-style: italic;
  color: #aaa;
}

img {
  max-width: 100%;
  display: block;
}

/* ============================================================
   CODE / PRE
   ============================================================ */
code {
  font-family: "Share Tech Mono", monospace !important;
  background: #111;
  color: #00d4ff;
  padding: 1px 5px;
  border: 1px solid #2a2a2a;
  font-size: 12px;
}

pre {
  background: #111 !important;
  border: 1px solid #252525 !important;
  border-left: 3px solid #ff2d78 !important;
  padding: 14px 16px;
  overflow-x: auto;
  margin: 16px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #c8c8c8 !important;
  font-family: "Share Tech Mono", monospace !important;
  font-weight: normal !important;
}

pre code {
  background: none !important;
  border: none !important;
  padding: 0;
  color: inherit !important;
  font-size: inherit;
}

blockquote {
  border-left: 2px solid #ff2d78;
  margin: 16px 0;
  padding: 4px 16px;
  color: #777;
  font-size: 12px;
}

hr {
  border: none;
  border-top: 1px dotted #2a2a2a;
  margin: 20px 0;
}

/* ============================================================
   SCANLINE OVERLAY
   ============================================================ */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.04) 2px, rgba(0, 0, 0, 0.04) 4px);
  pointer-events: none;
  z-index: 9999;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.tc-top-bar {
  border-bottom: 1px solid #252525;
  padding: 5px 20px;
  font-size: 11px;
  color: #ff2d78;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
  font-family: "Share Tech Mono", monospace;
}

.tc-top-bar .tc-uptime {
  color: #444;
}

/* ============================================================
   HEADER + ASCII ART
   ============================================================ */
.tc-header {
  padding: 24px 20px 18px;
  border-bottom: 1px solid #252525;
  display: block;
  float: none;
  overflow: visible;
}

.tc-ascii-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  margin: 0;
  padding: 0;
}

/* THE ASCII ART — beats every heading and pre style into submission */
pre.tc-ascii {
  font-family: "Share Tech Mono", "Courier New", monospace !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.25 !important;
  color: #00d4ff !important;
  white-space: pre !important;
  overflow-x: auto;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-left: none !important;
  display: block !important;
}

.tc-divider {
  color: #333;
  font-size: 12px;
  white-space: pre;
  overflow: hidden;
  margin-bottom: 10px;
  font-family: "Share Tech Mono", monospace;
  line-height: 1.4;
}

.tc-tagline {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  font-family: "Share Tech Mono", monospace;
}

.tc-tagline em {
  color: #ff2d78;
  font-style: normal;
}

.tc-comment {
  color: #555;
}

.tc-sep {
  color: #333;
  margin: 0 6px;
}

.tc-dim {
  color: #555;
}

/* ============================================================
   NAV — must sit below header, never float right
   ============================================================ */
nav.tc-nav,
.tc-nav {
  padding: 9px 20px;
  border-bottom: 1px solid #252525;
  font-size: 12px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  float: none !important;
  clear: both;
  font-family: "Share Tech Mono", monospace;
  margin: 0 !important;
  background: #1a1a1a;
}

.tc-nav span {
  color: #333;
}

.tc-sep-nav {
  color: #2a2a2a;
  margin: 0 4px;
}

.tc-nav a {
  color: #ff2d78 !important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}

.tc-nav a:hover {
  color: #00d4ff !important;
}

/* ============================================================
   BODY GRID
   ============================================================ */
.tc-body {
  display: grid !important;
  grid-template-columns: 1fr 220px;
  min-height: calc(100vh - 260px);
  clear: both;
}

.tc-main {
  padding: 22px 24px;
  border-right: 1px solid #252525;
  min-width: 0;
  overflow: hidden;
}

.tc-sidebar {
  padding: 22px 18px;
  min-width: 0;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.tc-section-header,
.tc-section-footer {
  color: #555;
  font-size: 11px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  line-height: 1.4;
}

.tc-section-footer {
  margin-top: 16px;
  margin-bottom: 0;
}

/* ============================================================
   POST LIST
   ============================================================ */
.tc-post-list .tc-post {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #2a2a2a;
}

.tc-post-list .tc-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tc-post-meta {
  font-size: 11px;
  margin-bottom: 4px;
  color: #555;
  font-family: "Share Tech Mono", monospace;
}

.tc-post-meta .tc-cat {
  color: #00d4ff;
  margin-right: 8px;
}

.tc-post-meta .tc-date {
  color: #444;
}

.tc-post-title {
  font-family: "VT323", monospace !important;
  font-size: 22px !important;
  color: #ff2d78;
  margin: 4px 0 6px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
}

.tc-post-title a {
  color: #ff2d78 !important;
}

.tc-post-title a:hover {
  color: #00d4ff !important;
}

.tc-post-excerpt {
  color: #888;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.tc-read-more {
  color: #555 !important;
  font-size: 11px;
}

.tc-read-more:hover {
  color: #ff2d78 !important;
}

.tc-read-more::before {
  content: "> ";
  color: #ff2d78;
}

/* ============================================================
   TERMINAL PROMPT
   ============================================================ */
.tc-prompt-line {
  font-size: 11px;
  color: #3a3a3a;
  margin-top: 12px;
  font-family: "Share Tech Mono", monospace;
}

.tc-pink {
  color: #ff2d78;
}

.tc-cursor {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: #ff2d78;
  vertical-align: middle;
  animation: blink 1s step-end infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ============================================================
   FULL POST VIEW
   ============================================================ */
.tc-post-header {
  margin-bottom: 24px;
}

.tc-post-meta-full {
  font-size: 11px;
  margin-bottom: 6px;
  font-family: "Share Tech Mono", monospace;
}

.tc-cat {
  color: #00d4ff;
  margin-right: 6px;
}

.tc-tag-inline {
  color: #555;
  font-size: 11px;
  margin-right: 6px;
}

.tc-tag-inline:hover {
  color: #00d4ff !important;
}

.tc-post-title-full {
  font-family: "VT323", monospace !important;
  font-size: 32px !important;
  color: #ff2d78 !important;
  margin: 6px 0 4px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
}

.tc-post-date {
  color: #00d4ff;
  font-size: 11px;
  margin-bottom: 12px;
  font-family: "Share Tech Mono", monospace;
}

.tc-post-divider {
  color: #2a2a2a;
  font-size: 12px;
  white-space: pre;
  overflow: hidden;
  margin: 10px 0;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  line-height: 1.4;
}

.tc-post-content {
  font-size: 13px;
  line-height: 1.8;
  color: #c0c0c0;
}

.tc-post-content h3::before {
  content: "// ";
  color: #555;
}

.tc-post-footer {
  margin-top: 30px;
}

.tc-post-nav {
  font-size: 12px;
  margin-top: 12px;
  font-family: "Share Tech Mono", monospace;
}

.tc-post-nav a {
  color: #555 !important;
}

.tc-post-nav a:hover {
  color: #ff2d78 !important;
}

.tc-back {
  margin-top: 8px;
  font-size: 12px;
}

.tc-back a {
  color: #555 !important;
}

.tc-back a:hover {
  color: #ff2d78 !important;
}

/* ============================================================
   PAGE LAYOUT
   ============================================================ */
.tc-page {
  font-size: 13px;
  line-height: 1.8;
}

/* ============================================================
   SIDEBAR
   ============================================================ */
.tc-sidebar-block {
  margin-bottom: 22px;
}

.tc-sidebar-label {
  color: #555;
  font-size: 10px;
  margin-bottom: 8px;
  white-space: pre;
  overflow: hidden;
  font-family: "Share Tech Mono", monospace;
  font-weight: normal;
  line-height: 1.4;
}

.tc-sidebar-item {
  font-size: 11px;
  color: #777;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Share Tech Mono", monospace;
}

.tc-sidebar-item a {
  color: #ff2d78 !important;
}

.tc-sidebar-item a:hover {
  color: #00d4ff !important;
}

.tc-contact {
  color: #555;
  font-size: 10px;
  margin-bottom: 8px;
}

.tc-recent-date {
  color: #444;
  font-size: 10px;
}

.tc-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tc-tag {
  font-size: 10px;
  color: #555;
  border: 1px solid #2a2a2a;
  padding: 1px 6px;
  display: inline-block;
  font-family: "Share Tech Mono", monospace;
  text-decoration: none !important;
}

.tc-tag:hover {
  color: #00d4ff !important;
  border-color: #00d4ff;
}

.tc-pgp {
  font-size: 10px;
  color: #444;
  word-break: break-all;
  line-height: 1.9;
  font-family: "Share Tech Mono", monospace;
}

.tc-pgp a {
  color: #ff2d78 !important;
}

.tc-pgp a:hover {
  color: #00d4ff !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
.tc-footer {
  border-top: 1px solid #252525;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #444;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Share Tech Mono", monospace;
  background: #1a1a1a;
  float: none;
  clear: both;
  text-align: left;
}

.tc-footer-links a {
  color: #555 !important;
  margin-left: 12px;
}

.tc-footer-links a:hover {
  color: #ff2d78 !important;
}

/* ============================================================
   TAGS PAGE
   ============================================================ */
.tc-tag-group {
  margin-bottom: 24px;
}

.tc-tag-group-name {
  font-family: "VT323", monospace;
  font-size: 20px;
  color: #00d4ff;
  margin-bottom: 8px;
  font-weight: normal;
}

.tc-tag-group-name::before {
  content: "# ";
  color: #333;
}

/* ============================================================
   SYNTAX HIGHLIGHTING
   ============================================================ */
.highlight {
  background: #111 !important;
  border: 1px solid #252525;
  border-left: 3px solid #ff2d78;
  padding: 12px 14px;
  overflow-x: auto;
  margin: 16px 0;
  font-size: 12px;
  font-family: "Share Tech Mono", monospace;
}

.highlight .c, .highlight .c1, .highlight .cm {
  color: #555;
  font-style: italic;
}

.highlight .k, .highlight .kd, .highlight .kn {
  color: #ff2d78;
}

.highlight .s, .highlight .s1, .highlight .s2 {
  color: #00d4ff;
}

.highlight .nf, .highlight .nc {
  color: #c8c8c8;
}

.highlight .mi, .highlight .mf {
  color: #aaa;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 680px) {
  .tc-body {
    grid-template-columns: 1fr !important;
  }
  .tc-main {
    border-right: none;
    border-bottom: 1px solid #252525;
    padding: 16px;
  }
  .tc-sidebar {
    padding: 16px;
  }
  pre.tc-ascii {
    font-size: 7px !important;
  }
  .tc-top-bar {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  pre.tc-ascii {
    display: none !important;
  }
  .tc-header {
    padding: 14px 16px;
  }
}

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