/* ══════════════════════════════════════════════════════════
   Terminal — Creator Diary
   ══════════════════════════════════════════════════════════ */

.cd-intro {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.88rem;
    font-style: italic;
    line-height: 1.6;
    color: #6b5d4a;
    margin: 0 0 24px;
}

.cd-empty {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.88rem;
    color: #8a7d6b;
    font-style: italic;
}

/* ── Month Groups ────────────────────────────────────── */

.cd-month {
    margin-bottom: 28px;
}

.cd-month-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #6b5d4a;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c9b99a;
}

/* ── Entry Cards ─────────────────────────────────────── */

.cd-entries {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cd-entry {
    background: #f5eeda;
    border: 1px solid #d6c9a8;
    border-radius: 4px;
    padding: 14px 16px;
}

.cd-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.cd-entry-date {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.75rem;
    color: #8a7d6b;
}

.cd-entry-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #3a3225;
    margin: 0 0 4px;
    line-height: 1.4;
}

.cd-entry-desc {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #5a5040;
    margin: 0;
}

/* ── Tags ────────────────────────────────────────────── */

.cd-entry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.cd-tag {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.68rem;
    color: #7a6e5c;
    background: #ede4cc;
    border: 1px solid #d0c4a6;
    border-radius: 3px;
    padding: 1px 7px;
    letter-spacing: 0.3px;
}

/* ── Type Badges ─────────────────────────────────────── */

.cd-badge {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
}

.cd-badge--bug_fix         { background: #f3d9d9; color: #8b3a3a; border: 1px solid #d4a8a8; }
.cd-badge--styling         { background: #dde6f3; color: #3a5a8b; border: 1px solid #a8bad4; }
.cd-badge--small_feature   { background: #d9ecd9; color: #3a6b3a; border: 1px solid #a8c8a8; }
.cd-badge--large_feature   { background: #c8e0c8; color: #2d5a2d; border: 1px solid #8fb88f; }
.cd-badge--api_integration { background: #e6ddf3; color: #5a3a8b; border: 1px solid #baa8d4; }
.cd-badge--infrastructure  { background: #f0e6d4; color: #6b5030; border: 1px solid #c8b898; }
.cd-badge--content         { background: #f3edd9; color: #6b5d3a; border: 1px solid #d4c8a8; }
.cd-badge--refactor        { background: #e0e0e0; color: #505050; border: 1px solid #b8b8b8; }

/* ── Footer ──────────────────────────────────────────── */

.cd-footer {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.75rem;
    color: #8a7d6b;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #c9b99a;
}
