    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    /* Homepage limit: max 4 blog cards */
    body[data-section=""] .blog-grid .blog-card:nth-child(n+5) { display: none !important; }

    body {
      font-family: 'Courier New', Courier, monospace;
      font-size: 16px;
      line-height: 1.7;
      color: #d4d0c8;
      background: #0e0e0e;
    }

    .wrapper {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* Header */
    .site-header {
      border-bottom: 4px solid #c03030;
      padding: 12px 0;
    }

    .site-header .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 32px;
    }

    .site-title {
      font-size: 2.4rem;
      font-weight: 700;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: #d4d0c8;
      text-decoration: none;
      line-height: 1;
      flex-shrink: 0;
    }

    .site-title:hover {
      color: #c03030;
    }

    .site-logo {
      display: block;
      flex-shrink: 0;
    }

    .header-avatar {
      width: 100px;
      height: 100px;
      border: 4px solid #333;
    }

    .header-avatar:hover {
      border-color: #c03030;
    }

    .social-icons {
      display: flex;
      gap: 0;
      justify-content: center;
      padding-bottom: 12px;
    }

    .social-icons a {
      display: block;
      padding: 8px 12px;
      color: #666;
      text-decoration: none;
      border: 2px solid #333;
      border-right: none;
    }

    .social-icons a:last-child {
      border-right: 2px solid #333;
    }

    .social-icons a:hover {
      color: #c03030;
      background: #141414;
      border-color: #c03030;
      border-right-color: #c03030;
      position: relative;
      z-index: 1;
    }

    .social-icons a:hover + a {
      border-left-color: #c03030;
    }

    .social-icons svg {
      width: 20px;
      height: 20px;
      display: block;
    }

    .site-nav {
      display: flex;
      gap: 0;
      flex-shrink: 0;
    }

    .site-nav a {
      display: block;
      padding: 6px 14px;
      color: #d4d0c8;
      text-decoration: none;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 3px;
      border: 2px solid #333;
      border-right: none;
    }

    .site-nav a:last-child {
      border-right: 2px solid #333;
    }

    .site-nav a:hover {
      background: #c03030;
      color: #0e0e0e;
      border-color: #c03030;
    }

    /* Main content area */
    .site-main {
      min-height: calc(100vh - 260px);
      padding: 48px 0;
    }

    /* Typography */
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Courier New', Courier, monospace;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase;
      color: #e8e4e0;
    }

    h1 { font-size: 2.2rem; letter-spacing: 2px; margin: 0 0 32px; }
    h2 { font-size: 1.4rem; margin: 40px 0 16px; border-left: 4px solid #c03030; padding-left: 16px; }
    h3 { font-size: 1.1rem; margin: 32px 0 12px; color: #999; }

    p { margin: 0 0 1.4em; }

    a {
      color: #c03030;
      text-decoration: none;
      border-bottom: 1px solid transparent;
    }

    a:hover {
      border-bottom-color: #c03030;
    }

    strong { color: #e8e4e0; }

    code {
      font-family: 'Courier New', Courier, monospace;
      font-size: 0.9em;
      background: #1a1a1a;
      padding: 2px 8px;
      border: 1px solid #333;
      color: #c03030;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-all;
    }

    pre {
      background: #1a1a1a;
      border: 2px solid #333;
      border-left: 4px solid #c03030;
      padding: 20px;
      overflow-x: auto;
      margin: 24px 0;
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Support page Monero address */
    .support-crypto {
      display: flex !important;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .support-crypto code {
      flex: 1 1 auto;
      min-width: 0;
    }

    pre code {
      background: none;
      border: none;
      padding: 0;
      color: #d4d0c8;
    }

    blockquote {
      border-left: 4px solid #c03030;
      margin: 24px 0;
      padding: 12px 24px;
      background: #141414;
      color: #999;
    }

    ul, ol { margin: 0 0 1.4em 24px; }
    li { margin-bottom: 6px; }

    img {
      max-width: 100%;
      border: 2px solid #333;
      display: block;
      margin: 24px 0;
    }

    .post-image {
      margin: 24px 0;
    }

    .post-image img {
      width: 100%;
      max-width: 100%;
      border: 2px solid #333;
    }

    hr {
      border: none;
      border-top: 2px solid #333;
      margin: 48px 0;
    }

    table { width: 100%; border-collapse: collapse; margin: 24px 0; }
    th, td { padding: 10px 14px; border: 1px solid #333; text-align: left; }
    th {
      background: #c03030;
      color: #0e0e0e;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1rem;
    }
    td { background: #141414; }

    /* Post list */
    .post-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .post-item {
      border-left: 4px solid #333;
      margin-bottom: 0;
      padding: 24px 28px;
      position: relative;
      border-bottom: 1px solid #1a1a1a;
    }

    .post-item:hover {
      border-left-color: #c03030;
      background: #141414;
    }

    .post-item:hover .post-item-title a { color: #c03030; }

    .post-item-title {
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 6px;
    }

    .post-item-title a {
      text-decoration: none;
      color: #e8e4e0;
      border-bottom: none;
    }

    .post-item-meta {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #666;
    }

    .post-item-summary {
      margin: 10px 0 0;
      font-size: 0.9rem;
      line-height: 1.6;
      color: #999;
    }

    /* Tags */
    .tag-list {
      display: flex;
      gap: 0;
      flex-wrap: wrap;
      margin: 12px 0;
    }

    .tag-link {
      display: inline-block;
      padding: 3px 10px;
      border: 1px solid #333;
      border-right: none;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: none;
      color: #999;
    }

    .tag-link:last-child {
      border-right: 1px solid #333;
    }

    .tag-link:hover {
      background: #c03030;
      color: #0e0e0e;
      border-color: #c03030;
    }

    /* Taxonomy page */
    .taxonomy-list {
      list-style: none;
      padding: 0;
      margin: 24px 0;
    }

    .taxonomy-list li {
      display: inline-block;
    }

    .taxonomy-list li a {
      display: inline-block;
      padding: 8px 16px;
      border: 2px solid #333;
      margin: 0 -2px 8px 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.8rem;
      text-decoration: none;
      color: #d4d0c8;
    }

    .taxonomy-list li a:hover {
      background: #c03030;
      color: #0e0e0e;
      border-color: #c03030;
    }

    /* Recent posts heading */
    .recent-posts-heading {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #666;
      margin-top: 48px;
      margin-bottom: 8px;
      padding-left: 0;
    }

    /* Blog card grid layout */
    .blog-grid {
      list-style: none;
      padding: 0;
      margin: 24px 0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 24px;
    }

    /* Limit homepage blog cards to 4 */
    body[data-section=""] .blog-grid .blog-card:nth-child(n+5) {
      display: none !important;
    }

    .blog-card {
      border: 2px solid #333;
      background: #141414;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .blog-card:hover {
      border-color: #c03030;
    }

    .blog-card-image {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #1a1a1a;
    }

    .blog-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0;
      border: none;
      transition: transform 0.3s ease;
    }

    .blog-card-image img:hover {
      transform: scale(1.05);
    }

    .blog-card-content {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .blog-card-title {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #e8e4e0;
      text-decoration: none;
      border-bottom: none;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .blog-card-title:hover {
      color: #c03030;
    }

    .blog-card .post-date {
      display: block;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #666;
      margin-bottom: 8px;
    }

    .blog-card .post-summary {
      font-size: 0.85rem;
      line-height: 1.5;
      color: #999;
      margin: 0;
    }

    /* Recent posts for homepage */
    .recent-posts {
      list-style: none;
      padding: 0;
      margin: 24px 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    /* Post title */
    .post-title {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #e8e4e0;
      margin-bottom: 16px;
      line-height: 1.3;
      border-bottom: 2px solid #333;
      padding-bottom: 12px;
    }

    /* Post meta (date and tags) */
    .post-meta {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #999;
    }

    /* Isso Comments Styling */
    .comments-section {
      margin-top: 48px;
      padding-top: 24px;
      border-top: 2px solid #333;
    }

    #isso-thread {
      font-family: 'Courier New', Courier, monospace;
    }

    #isso-thread .isso-comment {
      background: #141414;
      border: 1px solid #333;
      margin-bottom: 16px;
      padding: 16px;
    }

    #isso-thread .isso-comment:hover {
      border-color: #c03030;
    }

    #isso-thread .isso-comment-header {
      color: #999;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    #isso-thread .isso-comment-body {
      color: #e8e4e0;
      margin-top: 12px;
      line-height: 1.6;
    }

    #isso-thread input,
    #isso-thread textarea {
      background: #1a1a1a;
      border: 2px solid #333;
      color: #e8e4e0;
      font-family: inherit;
      padding: 12px;
      width: 100%;
      margin-bottom: 12px;
    }

    #isso-thread input:focus,
    #isso-thread textarea:focus {
      outline: none;
      border-color: #c03030;
    }

    #isso-thread button {
      background: transparent;
      border: 2px solid #c03030;
      color: #c03030;
      padding: 10px 24px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: inherit;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    #isso-thread button:hover {
      background: #c03030;
      color: #e8e4e0;
    }

    .recent-post-item {
      display: flex;
      gap: 16px;
      padding: 16px;
      border: 2px solid #333;
      background: #141414;
    }

    .recent-post-item:hover {
      border-color: #c03030;
    }

    .recent-post-image {
      flex-shrink: 0;
      width: 120px;
      height: 80px;
      overflow: hidden;
      background: #1a1a1a;
    }

    .recent-post-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0;
      border: none;
    }

    .recent-post-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .recent-post-title {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #e8e4e0;
      text-decoration: none;
      border-bottom: none;
      margin-bottom: 4px;
    }

    .recent-post-title:hover {
      color: #c03030;
    }

    .recent-post-date {
      display: block;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #666;
      margin-bottom: 4px;
    }

    .recent-post-summary {
      font-size: 0.85rem;
      line-height: 1.4;
      color: #999;
      margin: 0;
    }

    /* Pagination */
    nav.pagination { margin: 48px 0; }
    nav.pagination .pagination-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 0;
      flex-wrap: wrap;
    }
    nav.pagination a {
      display: inline-block;
      padding: 6px 14px;
      border: 2px solid #333;
      border-right: none;
      color: #d4d0c8;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.8rem;
    }
    nav.pagination a:hover { background: #c03030; color: #0e0e0e; border-color: #c03030; }
    nav.pagination li:last-child a { border-right: 2px solid #333; }
    .pagination-current span {
      display: inline-block;
      padding: 6px 14px;
      border: 2px solid #c03030;
      border-right: none;
      background: #c03030;
      color: #0e0e0e;
      font-weight: 700;
      font-size: 0.8rem;
    }
    .pagination-disabled span { display: none; }

    /* Post navigation */
    .post-nav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      margin-top: 48px;
      border-top: 4px solid #c03030;
    }

    .post-nav-link {
      padding: 20px;
      border: 1px solid #333;
      border-top: none;
      text-decoration: none;
      color: #d4d0c8;
    }

    .post-nav-link:first-child {
      border-right: none;
    }

    .post-nav-link:hover {
      background: #141414;
      border-color: #c03030;
    }

    .post-nav-label {
      display: block;
      font-size: 0.65rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #666;
      margin-bottom: 8px;
    }

    .post-nav-title {
      font-weight: 700;
      font-size: 0.95rem;
      text-transform: uppercase;
      color: #e8e4e0;
    }

    /* Alert shortcode */
    .alert {
      border: 2px solid #333;
      border-left: 4px solid #c03030;
      padding: 16px 20px;
      margin: 24px 0;
      font-size: 0.85rem;
      background: #141414;
      color: #999;
    }

    /* Home avatar */
    .home-avatar {
      width: 180px;
      height: 180px;
      border: 4px solid #333;
      border-radius: 0;
      margin: 0 0 32px;
      display: block;
    }

    .home-avatar:hover {
      border-color: #c03030;
    }

    /* Language switcher */
    .lang-switcher {
      display: flex;
      align-items: center;
      gap: 0;
      flex-shrink: 0;
    }

    .lang-switcher label {
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #666;
      padding: 6px 10px;
      background: transparent;
    }

    #lang-select {
      font-family: 'Courier New', Courier, monospace;
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #d4d0c8;
      background: #141414;
      border: 2px solid #333;
      padding: 6px 28px 6px 10px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d4d0c8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 8px center;
      min-width: 90px;
    }

    #lang-select:hover {
      background-color: #c03030;
      color: #0e0e0e;
      border-color: #c03030;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230e0e0e' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    }

    #lang-select:focus {
      outline: none;
      border-color: #c03030;
    }

    #lang-select option {
      background: #0e0e0e;
      color: #d4d0c8;
      padding: 8px;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .wrapper {
        padding: 0 16px;
      }

      h1 { font-size: 1.8rem; }
      h2 { font-size: 1.2rem; }
    }

    @media (max-width: 768px) {
      .site-header .wrapper {
        flex-direction: column;
        gap: 16px;
      }

      .site-nav {
        flex-wrap: wrap;
        justify-content: center;
      }

      .site-nav a {
        padding: 6px 10px;
        font-size: 0.7rem;
        letter-spacing: 2px;
      }

      .lang-switcher {
        width: 100%;
        justify-content: center;
      }

      .header-avatar {
        width: 80px;
        height: 80px;
      }

      .home-avatar {
        width: 140px;
        height: 140px;
      }

      .post-nav {
        grid-template-columns: 1fr;
      }

      .post-nav-link:first-child {
        border-right: 1px solid #333;
        border-bottom: none;
      }

      .social-icons {
        flex-wrap: wrap;
      }

      .social-icons a {
        padding: 6px 10px;
      }

      .social-icons svg {
        width: 18px;
        height: 18px;
      }

      .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 640px) {
      .site-header {
        padding: 10px 0;
      }

      .site-title { font-size: 1.6rem; letter-spacing: 4px; }
      h1 { font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 24px; }
      h2 { font-size: 1.1rem; padding-left: 12px; }
      h3 { font-size: 1rem; }

      .site-main {
        padding: 32px 0;
      }

      .site-nav a {
        padding: 5px 8px;
        font-size: 0.65rem;
        letter-spacing: 1px;
      }

      .post-item {
        padding: 16px 20px;
      }

      .post-item-title {
        font-size: 1rem;
      }

      .post-item-meta {
        font-size: 0.65rem;
        letter-spacing: 2px;
      }

      .tag-link {
        font-size: 0.6rem;
        padding: 2px 8px;
      }

      .pagination-current span,
      nav.pagination a {
        padding: 5px 10px;
        font-size: 0.7rem;
      }

      .post-nav-link {
        padding: 16px;
      }

      .post-nav-title {
        font-size: 0.85rem;
      }

      table {
        font-size: 0.85rem;
      }

      th, td {
        padding: 8px 10px;
      }

      pre {
        padding: 14px;
      }

      blockquote {
        padding: 10px 16px;
      }

      .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
    }

    @media (max-width: 480px) {
      body {
        font-size: 14px;
      }

      .wrapper {
        padding: 0 12px;
      }

      .site-header .wrapper {
        gap: 12px;
      }

      .site-nav {
        gap: 0;
      }

      .site-nav a {
        padding: 5px 6px;
        font-size: 0.6rem;
        letter-spacing: 1px;
        border-width: 1px;
      }

      .site-nav a:last-child {
        border-right-width: 1px;
      }

      .header-avatar {
        width: 60px;
        height: 60px;
        border-width: 3px;
      }

      .home-avatar {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
      }

      h1 { font-size: 1.2rem; }
      h2 { font-size: 1rem; }
      h3 { font-size: 0.9rem; }

      .social-icons a {
        padding: 5px 8px;
        border-width: 1px;
      }

      .social-icons a:last-child {
        border-right-width: 1px;
      }

      .social-icons svg {
        width: 16px;
        height: 16px;
      }

      #lang-select {
        font-size: 0.8rem;
        min-width: 80px;
        padding: 5px 24px 5px 8px;
      }

      .lang-switcher label {
        font-size: 0.6rem;
        padding: 5px 6px;
        letter-spacing: 2px;
      }

      .post-item {
        padding: 12px 16px;
      }

      .post-item-title {
        font-size: 0.9rem;
      }

      .taxonomy-list li a {
        padding: 6px 12px;
        font-size: 0.7rem;
      }

      .alert {
        padding: 12px 16px;
        font-size: 0.8rem;
      }

      .post-nav-link {
        padding: 12px;
      }

      .post-nav-label {
        font-size: 0.6rem;
        letter-spacing: 2px;
      }

      .post-nav-title {
        font-size: 0.8rem;
      }

      img {
        border-width: 1px;
      }

      .blog-list .post-thumb {
        max-width: 80px;
        margin-left: 12px;
      }

      .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .recent-post-item {
        flex-direction: column;
      }

      .recent-post-image {
        width: 100%;
        height: 120px;
      }

      code {
        font-size: 0.85em;
        padding: 1px 6px;
      }

      /* Limit homepage blog cards to 4 */
      body[data-section=""] .blog-grid .blog-card:nth-child(n+5) {
        display: none !important;
      }
    }
