body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f2f5;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.3px;
}

.card {
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #d1d5db;
}

.stat-card {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
}

/* Claim card verdict borders */
.claim-card {
    border-left-width: 4px;
}

.claim-supported {
    border-left-color: #198754;
}

.claim-unsupported {
    border-left-color: #dc3545;
}

.claim-unclear {
    border-left-color: #ffc107;
}

.claim-contradiction {
    border-left-color: #85000e;
    background-color: #fff5f5;
}

.claim-low-confidence {
    border-left: 3px dashed #dc3545 !important;
    opacity: 0.9;
}

.scrub-test-bar {
    background-color: #f0f2f5;
    border: 1px solid #e5e7eb;
    font-family: "Consolas", "Courier New", monospace;
}

/* Evidence panels (side-by-side view) */
.evidence-panel {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 10px 12px;
}

.evidence-chunk-id {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.evidence-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #374151;
    white-space: pre-wrap;
    word-break: break-word;
}

.evidence-header {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 4px;
}

textarea.form-control {
    font-family: "Consolas", "Courier New", monospace;
    font-size: 0.9rem;
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer {
    font-size: 0.85rem;
}

/* Cookie consent banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #212529;
    color: #f8f9fa;
    z-index: 1050;
    border-top: 1px solid #495057;
}
