/* ==========================================================================
   ESTILOS ESPECÍFICOS: COMPARADOR DE COMISIONES
   (Los estilos compartidos vienen de tools.css)
   ========================================================================== */

.fondos-compare-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

@media (max-width: 560px) {
    .fondos-compare-row {
        grid-template-columns: 1fr;
    }
    .fondo-vs { text-align: center; }
}

.fondo-input {
    padding: 1.25rem;
    border-radius: 12px;
    border: 2px solid var(--border-color);
}

.fondo-a { border-color: #f97316; }
.fondo-b { border-color: var(--primary); }

[data-theme="dark"] .fondo-a { border-color: #c2410c; }
[data-theme="dark"] .fondo-b { border-color: #059669; }

.fondo-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

.fondo-a .fondo-label { color: #f97316; }
.fondo-b .fondo-label { color: var(--primary); }

.fondo-vs {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-muted);
    padding: 0 0.5rem;
    text-align: center;
}

.fondo-a-tile { border-left-color: #f97316; }
.fondo-b-tile { border-left-color: var(--primary); }
.coste-tile   { border-left-color: #ef4444; }

.result-tile .value-highlight {
    color: #ef4444;
    font-size: 2rem;
    font-weight: 800;
}

[data-theme="dark"] .result-tile .value-highlight {
    color: #f87171;
}
