.retrospective-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    margin: 24px 0;
    font-family: -apple-system, sans-serif;
}
.retrospective-card h3 {
    margin: 0 0 12px;
    font-size: 1.15em;
    color: #2c3e50;
    border-bottom: 2px solid #e74c3c;
    padding-bottom: 8px;
}
.retrospective-card__debut-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f6d365, #fda085);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 0 14px;
}
.retrospective-card__category {
    background: #fff;
    padding: 10px 14px;
    margin: 8px 0;
    border-left: 4px solid #3498db;
    border-radius: 4px;
    font-size: 0.95em;
}
.retrospective-card__highlights {
    background: #fff8e7;
    padding: 12px 16px;
    margin: 14px 0 8px;
    border-radius: 6px;
}
.retrospective-card__highlights h4 {
    margin: 0 0 6px;
    font-size: 1em;
    color: #d35400;
}
.retrospective-card__highlights ul {
    margin: 0;
    padding-left: 22px;
}
