body {
    background: #000;
    color: #0f0;
    font-family: 'Courier New', monospace;
    padding: 20px;
    margin: 0;
    min-height: 100vh;
    transition: background 0.3s, color 0.3s;
}

.container {
    max-width: 700px;
    margin: 0 auto;
}

.back-link {
    color: #0a0;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
}

.article-title {
    color: #0f0;
    text-shadow: 0 0 10px #0f0;
    font-size: 28px;
    margin-top: 30px;
    letter-spacing: 2px;
}

.article-intro {
    color: #0c0;
    line-height: 1.8;
    font-size: 15px;
    margin-top: 25px;
}

.sections {
    margin-top: 40px;
}

.section {
    border-left: 2px solid #0f0;
    padding-left: 15px;
    margin-bottom: 35px;
}

.section h2 {
    color: #0f0;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.section p {
    color: #0c0;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
}

.cta {
    border-top: 1px solid #0a0;
    padding-top: 25px;
    margin-top: 40px;
    text-align: center;
}

.cta-question {
    color: #0f0;
    font-size: 16px;
    font-style: italic;
}

.cta-sub {
    color: #0a0;
    font-size: 13px;
}

.comments-section {
    border-top: 1px solid #0a0;
    margin-top: 20px;
    padding-top: 30px;
}

.comments-title {
    color: #0f0;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
}

.comment-thread {
    margin-bottom: 25px;
}

.comment {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    padding: 12px;
}

.comment-reply {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-left: 2px solid #0a0;
    border-radius: 4px;
    padding: 12px;
}

.reply-depth-1 { margin-left: 20px; margin-top: 8px; }
.reply-depth-2 { margin-left: 40px; margin-top: 8px; }

.comment-meta {
    font-size: 12px;
    color: #0a0;
    margin-bottom: 6px;
}

.comment-author {
    color: #0f0;
    font-weight: bold;
}

.comment-source {
    font-size: 10px;
    color: #080;
    border: 1px solid #080;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 4px;
    letter-spacing: 1px;
}

.comment-text {
    color: #0c0;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.style-toggle {
    background: #0a0;
    color: #000;
    border: none;
    padding: 6px 14px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 1px;
    float: right;
}

.rating {
    margin-top: 10px;
}

.rating-stars {
    color: #0f0;
    font-size: 18px;
    letter-spacing: 2px;
}

.rating-inline {
    font-size: 11px;
    margin-left: 8px;
    letter-spacing: 1px;
}

.rating-count {
    color: #0a0;
    font-size: 12px;
    margin-left: 6px;
}