/* Engagement Engine — Theme V2 (Bimber/tarot_cr_v2) Override */

.tarot-cr-v2 .tc-engagement-widget {
    background: var(--bimber-card-bg, #fff);
    border-color: var(--bimber-border, #e0e0e0);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-engagement-widget__title {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-engagement-gate {
    background: var(--bimber-card-bg, #fff);
    border-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-engagement-gate__text {
    color: var(--bimber-text-sec, #666);
}

.tarot-cr-v2 .tc-clash-result {
    background: rgba(108, 92, 231, 0.05);
    border-left-color: var(--tc-eng-accent, #6c5ce7);
}

.tarot-cr-v2 .tc-clash-result__text {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-archetype-card {
    background: linear-gradient(145deg, #f8f8fc 0%, #eeeef5 100%);
    border-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-archetype-card__dominant {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-diary-history__item {
    border-bottom-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-diary-history__text {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-engagement-widget--diary textarea {
    background: #f9f9fb;
    border-color: var(--bimber-border, #e0e0e0);
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-engagement-widget--diary select {
    background: #f9f9fb;
    border-color: var(--bimber-border, #e0e0e0);
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-arcs-item__bar {
    background: rgba(0, 0, 0, 0.06);
}

.tarot-cr-v2 .tc-astro-phase {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-notification-toast {
    background: #fff;
    border-color: var(--tc-eng-accent, #6c5ce7);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tarot-cr-v2 .tc-notification-toast strong {
    color: var(--tc-eng-accent, #6c5ce7);
}

.tarot-cr-v2 .tc-notification-toast p {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-social-feed__post {
    border-bottom-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-social-feed__author {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-social-feed__text {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-memory-timeline__items {
    border-left-color: var(--tc-eng-accent, #6c5ce7);
}

.tarot-cr-v2 .tc-memory-timeline__spread {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-suggestion-card {
    background: #f9f9fb;
    border-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-suggestion-card__name {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-quiz-option {
    background: #f9f9fb;
    border-color: var(--bimber-border, #e0e0e0);
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-quiz-option:hover {
    border-color: var(--tc-eng-accent, #6c5ce7);
    background: rgba(108, 92, 231, 0.05);
}

.tarot-cr-v2 .tc-quiz-question {
    color: var(--bimber-text, #333);
}

.tarot-cr-v2 .tc-playlist-items li {
    border-bottom-color: var(--bimber-border, #e0e0e0);
}

.tarot-cr-v2 .tc-playlist-items .tc-playlist-spread {
    color: var(--bimber-text, #333);
}
