
  * { box-sizing: border-box; }
  html, body {
    margin: 0;
    padding: 0;
    background: #f2f1f2;
    color: #302027;
    font-family: "Zilla Slab", Georgia, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.49;
    letter-spacing: -0.2px;
  }
  a { color: #6ad014; text-decoration: underline; }
  a:hover { color: #31d438; }

  .wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* HEADER */
  header.site-header {
    background: #512137;
    border-bottom: 1px solid #c6acb8;
  }
  .header-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }
  .site-logo { height: 32px; width: auto; display: block; }
  nav.main-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  nav.main-nav a {
    color: #f2f1f2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid transparent;
  }
  nav.main-nav a:hover { color: #6ad014; }
  .search-ic {
    color: #f2f1f2;
    font-size: 14px;
    margin-left: 4px;
  }

  /* BREADCRUMB style B tiny dot row */
  .crumbrow {
    font-size: 11px;
    color: #725f68;
    padding: 6px 10px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .crumbrow span { margin: 0 4px; }

  /* MAIN CONTENT */
  main { padding-bottom: 30px; }
  .thread-box {
    background: #fbfbfb;
    border: 1px solid #c6acb8;
    margin-top: 6px;
  }
  .thread-head {
    padding: 12px 14px 10px 14px;
    border-bottom: 1px solid #c6acb8;
  }
  h1.thread-title {
    font-family: "Zilla Slab", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 8px 0;
    color: #302027;
  }
  .meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .chip {
    display: inline-block;
    font-size: 11px;
    color: #725f68;
    background: #f6f3f4;
    border: 1px solid #c6acb8;
    padding: 2px 7px;
  }
  .chip strong { color: #302027; }

  /* POST ROWS */
  .post-row {
    display: flex;
    border-bottom: 1px solid #c6acb8;
    padding: 10px 14px;
  }
  .post-row:nth-child(even) { background: #f6f3f4; }

  .post-user {
    width: 110px;
    min-width: 90px;
    padding-right: 10px;
    border-right: 1px solid #c6acb8;
    margin-right: 12px;
    text-align: center;
  }
  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 6px auto;
    overflow: hidden;
    background: #725f68;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbfbfb;
    font-weight: 700;
    font-size: 15px;
  }
  .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .username {
    font-size: 12.5px;
    font-weight: 700;
    color: #302027;
    word-break: break-word;
  }
  .starter-tag {
    font-size: 10.5px;
    color: #725f68;
    margin-top: 2px;
  }
  .user-role {
    font-size: 10px;
    color: #725f68;
    margin-top: 3px;
  }

  .post-content {
    flex: 1;
    min-width: 0;
  }
  .post-meta-line {
    font-size: 11.5px;
    color: #725f68;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .edited-mark {
    font-style: italic;
    color: #725f68;
  }
  .best-flag {
    display: inline-block;
    background: #31d438;
    color: #302027;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 6px;
    border: 1px solid #c6acb8;
  }
  .post-text p { margin: 0 0 8px 0; }
  .post-text p:last-child { margin-bottom: 0; }

  .op-post { }

  .post-actions {
    margin-top: 6px;
    font-size: 11.5px;
  }
  .post-actions a { margin-right: 12px; text-decoration: underline; }

  /* FOOTER type F */
  footer.site-footer {
    background: #512137;
    color: #f2f1f2;
    padding: 14px 10px;
    margin-top: 20px;
    font-size: 12px;
  }
  .footer-inner {
    max-width: 1060px;
    margin: 0 auto;
  }
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #725f68;
  }
  .footer-row:last-child { border-bottom: none; }
  .footer-links a {
    color: #f2f1f2;
    margin-right: 12px;
    text-decoration: underline;
  }
  .newsletter-form input[type="email"] {
    border: 1px solid #c6acb8;
    padding: 4px 6px;
    font-size: 12px;
    background: #fbfbfb;
    color: #725f68;
    width: 180px;
  }
  .newsletter-form button {
    border: 1px solid #c6acb8;
    background: #725f68;
    color: #f2f1f2;
    padding: 4px 10px;
    font-size: 12px;
    cursor: not-allowed;
  }
  .footer-bottom {
    text-align: center;
    padding-top: 8px;
    color: #c6acb8;
    font-size: 11px;
  }

  @media (max-width: 600px) {
    .post-row { flex-direction: column; }
    .post-user {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #c6acb8;
      margin-right: 0;
      margin-bottom: 8px;
      padding-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
      text-align: left;
    }
    .avatar { margin: 0; }
    nav.main-nav { gap: 10px; }
  }
