/* Recruiter Decision Support Styles */

.decision-summary-card {
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.score-badge-lg {
    background: #0d6efd;
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.18);
    white-space: nowrap;
}

.decision-mini-card {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 0.85rem;
    padding: 1rem;
    min-height: 86px;
}

.risk-card,
.role-fit-card {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 0.85rem;
    padding: 1rem;
}

.risk-card:last-child,
.role-fit-card:last-child {
    margin-bottom: 0 !important;
}

.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.08) !important;
}

.border-primary-subtle {
    border-color: rgba(13, 110, 253, 0.16) !important;
}

@media (max-width: 768px) {
    .score-badge-lg {
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
    }
}

/* Temperament KB Cards */
.tp-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.tp-card-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tp-eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
}

.tp-card-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.tp-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.tp-badge-internal {
    background: #f0f7ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
}

.tp-kb-loading,
.tp-kb-error {
    padding: 20px;
    border-radius: 14px;
    background: #f8fafc;
    color: #64748b;
    font-size: 14px;
    text-align: center;
}

.tp-kb-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fee2e2;
}

.tp-kb-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f0f7ff, #f8fafc);
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
}

.tp-kb-blend {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f172a;
}

.tp-kb-type {
    margin-top: 4px;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.tp-kb-summary {
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
    margin: 0 0 12px;
}

.tp-kb-axis {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    padding: 14px 16px;
    border-radius: 12px;
    font-style: italic;
}

.tp-kb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.tp-kb-panel {
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 16px;
    background: #ffffff;
}

.tp-kb-panel h4 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tp-kb-panel ul,
.tp-kb-panel ol {
    margin: 0;
    padding-left: 1.25rem;
}

.tp-kb-panel li {
    margin-bottom: 8px;
    color: #475569;
    line-height: 1.5;
}

.tp-kb-footer-note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fffbeb;
    color: #92400e;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #fef3c7;
}

@media (max-width: 768px) {
    .tp-kb-grid {
        grid-template-columns: 1fr;
    }
}

/* Evidence Quality Card */
.evidence-quality-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.evidence-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
}

.evidence-item:last-child {
    border-bottom: none;
}

.evidence-label {
    color: #64748b;
}

.evidence-status {
    font-weight: 600;
}

.status-complete { color: #10b981; }
.status-missing { color: #ef4444; }
.status-available { color: #3b82f6; }

.low-confidence-warning {
    background: #fff7ed;
    border: 1px solid #ffedd5;
    color: #9a3412;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-top: 12px;
}
