:root {
    --judge-amber: #ffaa00;
    --cyber-green: #00ff00;
    --accent-red: #cc0000;
    --cyber-blue: #00f3ff;
}

.system2-critique {
    margin-top: 60px;
    padding: 30px;
    background: #fff;
    border: 2px dashed var(--judge-amber);
    position: relative;
    font-family: 'JetBrains Mono', monospace;
    color: #333;
}

.system2-critique::before {
    content: 'SYSTEM 2 HISTORIC AUDIT';
    position: absolute;
    top: -12px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
    font-family: 'JetBrains Mono', monospace;
    color: var(--judge-amber);
    font-weight: bold;
    font-size: 0.8rem;
}

.critique-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 0.9rem;
}

.critique-label {
    font-weight: bold;
    color: #555;
    font-family: 'Inter', sans-serif;
}

.critique-val {
    font-family: 'JetBrains Mono', monospace;
}

.critique-pass {
    color: #10b981; /* Darker green for white bg readability */
}

.critique-fail {
    color: var(--accent-red);
}

/* Accuracy Score */
.critique-score-val {
    color: var(--cyber-blue);
    font-weight: bold;
}
