
  * { box-sizing: border-box; }
  html, body {
    margin: 0;
    padding: 0;
    background: #ebefeb;
    color: #222522;
    font-family: "Times New Roman", Georgia, serif;
    font-size: 12px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
  a { color: #b30b55; text-decoration: underline; }
  a:hover { color: #8a0842; }

  .util-strip {
    background: #205c23;
    border-bottom: 1px solid #1a4a1d;
    color: #eef3ee;
    width: 100%;
  }
  .util-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .site-logo { height: 32px; width: auto; display: block; }
  .util-left { display: flex; align-items: center; gap: 14px; }
  .util-nav { display: flex; gap: 12px; }
  .util-nav a, .util-auth a {
    color: #eef3ee;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
  }
  .util-nav a:hover, .util-auth a:hover { text-decoration: underline; }
  .util-right { display: flex; align-items: center; gap: 10px; }
  .util-search {
    border: 1px solid #143f16;
    background: #ffffff;
    color: #222522;
    font-size: 11px;
    padding: 3px 5px;
    width: 120px;
  }
  .util-auth { display: flex; gap: 10px; }

  .container {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-left: 1px solid #d3d9d3;
    border-right: 1px solid #d3d9d3;
    padding: 14px 16px 6px 16px;
  }

  h1.thread-title {
    font-family: "Times New Roman", serif;
    font-weight: 800;
    font-size: 19px;
    margin: 4px 0 8px 0;
    color: #222522;
  }

  .meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
  }
  .chip {
    border: 1px solid #d3d9d3;
    background: #f2f5f2;
    color: #6c856d;
    font-size: 11px;
    padding: 3px 7px;
  }

  .thin-line {
    border-top: 1px solid #d3d9d3;
    border-bottom: 1px solid #d3d9d3;
    background: #f2f5f2;
    color: #6c856d;
    font-size: 11px;
    padding: 4px 8px;
    margin-bottom: 10px;
  }
  .thin-line span.sep { margin: 0 8px; color: #d3d9d3; }

  .post-row {
    display: flex;
    gap: 10px;
    padding: 10px 4px;
    border-bottom: 1px solid #d3d9d3;
    align-items: flex-start;
  }
  .post-row.alt { background: #f2f5f2; }

  .avatar-col { flex: 0 0 36px; }
  .avatar-img, .avatar-init {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    display: block;
    object-fit: cover;
    border: 1px solid #d3d9d3;
  }
  .avatar-init {
    background: #b30b55;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .post-body { flex: 1; min-width: 0; }

  .post-headline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
  }
  .username {
    font-weight: 800;
    color: #222522;
    font-size: 12.5px;
  }
  .op-tag {
    font-size: 10px;
    color: #6c856d;
    font-style: italic;
  }
  .post-date {
    color: #6c856d;
    font-size: 11px;
  }
  .best-badge {
    background: #1fc67c;
    color: #063519;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 6px;
    border: 1px solid #17a565;
  }

  .post-text {
    margin: 4px 0 6px 0;
    color: #222522;
  }
  .op-post { margin: 0; }

  .post-actions {
    display: flex;
    gap: 10px;
    font-size: 11px;
  }
  .post-actions a { color: #6c856d; text-decoration: none; }
  .post-actions a:hover { color: #b30b55; text-decoration: underline; }

  .section-label {
    background: #205c23;
    color: #eef3ee;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    margin: 12px 0 0 0;
  }

  .reply-box {
    border: 1px solid #d3d9d3;
    margin: 10px 0 16px 0;
    padding: 8px;
    background: #f2f5f2;
  }
  .reply-box textarea {
    width: 100%;
    min-height: 60px;
    border: 1px solid #d3d9d3;
    font-family: inherit;
    font-size: 12px;
    padding: 5px;
    resize: vertical;
  }
  .reply-box button {
    margin-top: 6px;
    background: #205c23;
    color: #eef3ee;
    border: 1px solid #143f16;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  footer.site-footer {
    background: #205c23;
    color: #eef3ee;
    border-top: 1px solid #143f16;
  }
  .footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-col h4 {
    margin: 0 0 6px 0;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
  }
  .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-col li { margin-bottom: 3px; }
  .footer-col a {
    color: #d7e6d8;
    font-size: 11px;
    text-decoration: underline;
  }
  .footer-bottom {
    text-align: center;
    font-size: 10.5px;
    color: #c3d4c4;
    padding: 6px 0 10px 0;
    border-top: 1px solid #2c6e2f;
  }

  @media (max-width: 600px) {
    .util-inner { flex-direction: column; align-items: flex-start; }
    .util-right { width: 100%; justify-content: space-between; }
    .util-search { width: 100px; }
    .post-row { padding: 8px 2px; }
    .footer-inner { flex-direction: column; gap: 10px; }
  }
